mirror of
https://codeberg.org/librewolf/source.git
synced 2025-01-03 03:10:07 -05:00
removed firefox-view.patch, which caused ui bug #1636
This commit is contained in:
parent
7ce7879f23
commit
59c108246e
3 changed files with 15 additions and 2 deletions
14
.forgejo/workflows/test.yaml
Normal file
14
.forgejo/workflows/test.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
name: Test
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
push:
|
||||
runs-on: debian
|
||||
steps:
|
||||
- run: apt-get update && apt-get -y upgrade
|
||||
- run: apt-get -y install git make
|
||||
- run: #git clone <source>
|
||||
- run: #git clone <bsys6>
|
||||
- run: #cd source && make all
|
||||
- run: #cd bsyz6 && ./bsys6 bootstrap && ./bssys6 pacakge # x86_64-linux
|
||||
- run: #copy the .bz2 to somewhere to test..
|
|
@ -17,7 +17,6 @@ patches/remove_addons.patch
|
|||
patches/sed-patches/allow-searchengines-non-esr.patch
|
||||
patches/sed-patches/disable-pocket.patch
|
||||
patches/sed-patches/stop-undesired-requests.patch
|
||||
patches/ui-patches/firefox-view.patch
|
||||
patches/ui-patches/handlers.patch
|
||||
patches/ui-patches/hide-default-browser.patch
|
||||
patches/ui-patches/lw-logo-devtools.patch
|
||||
|
|
2
release
2
release
|
@ -1 +1 @@
|
|||
4
|
||||
5
|
||||
|
|
Loading…
Reference in a new issue