Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fecf9626c2 | ||
|
|
76b60ddcef | ||
|
|
fbfb17058e | ||
|
|
260708ef05 | ||
|
|
eb752a0581 |
4 changed files with 13 additions and 3 deletions
|
|
@ -0,0 +1,10 @@
|
|||
stages:
|
||||
- release
|
||||
|
||||
release-win64:
|
||||
stage: release
|
||||
when: manual
|
||||
only:
|
||||
- win64
|
||||
script:
|
||||
- echo "Here we want to take the artifacts from the bsys5-win64 build and publish them as a release in the windows repo. This will require a gitlab API key? We also need to do signing here."
|
||||
|
|
@ -66,7 +66,7 @@ ac_add_options --enable-strip
|
|||
# needed for windows/mac auto update ONLY. it's a security risk so other OSses don't need it
|
||||
# https://firefox-source-docs.mozilla.org/taskcluster/setting-up-an-update-server.html
|
||||
|
||||
#ac_add_options --disable-verify-mar
|
||||
ac_add_options --disable-verify-mar
|
||||
|
||||
# Internationalization
|
||||
ac_add_options --with-l10n-base=$(pwd)/browser/locales/l10n
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1
|
||||
2
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
105.0.3
|
||||
106.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue