0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 13:43:04 -05:00
This commit is contained in:
Bert van der Weerd 2021-11-21 00:32:13 +01:00
parent 9609b0d2c0
commit e00a86b489
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@ stages:
build-job: build-job:
stage: build stage: build
when: manual
script: script:
- make all - make all
artifacts: artifacts:

View file

@ -13,7 +13,7 @@ Next step, if you have not done so already, you must create the build environmen
cp librewolf-$(version)/lw-assets/bootstrap.py . cp librewolf-$(version)/lw-assets/bootstrap.py .
python3 bootstrap.py --no-interactive --application-choice=browser python3 bootstrap.py --no-interactive --application-choice=browser
``` ```
It takes about an hour for me to complete, but it needs to be done only once. It takes about an hour for me to complete, but it needs to be done only once. This step might fail and cause problems.
Now we're ready to actually build LibreWolf: Now we're ready to actually build LibreWolf:
``` ```