Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ab3f6099d | |||
| 493a3eed51 | |||
| 391cde8547 |
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,6 @@ stages:
|
||||||
- build
|
- build
|
||||||
- release
|
- release
|
||||||
|
|
||||||
|
|
||||||
# Notes; we want short labes so we can see what is what, and
|
# Notes; we want short labes so we can see what is what, and
|
||||||
# allow image builds on all branches because don't wan to
|
# allow image builds on all branches because don't wan to
|
||||||
# deal with them on the master branch
|
# deal with them on the master branch
|
||||||
|
|
@ -46,6 +45,7 @@ Build:
|
||||||
- fedora36
|
- fedora36
|
||||||
- macos-x86_64
|
- macos-x86_64
|
||||||
- macos-aarch64
|
- macos-aarch64
|
||||||
|
- windows
|
||||||
image: registry.gitlab.com/librewolf-community/browser/bsys5/dind
|
image: registry.gitlab.com/librewolf-community/browser/bsys5/dind
|
||||||
tags:
|
tags:
|
||||||
- autoscale
|
- autoscale
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ build :
|
||||||
rm -rf windows
|
rm -rf windows
|
||||||
git clone https://gitlab.com/librewolf-community/browser/windows.git
|
git clone https://gitlab.com/librewolf-community/browser/windows.git
|
||||||
|
|
||||||
( cd windows/linux && pwd && ${MAKE} fetch )
|
( cd windows/linux && git checkout bbd755475344cebaa8433c56cf4825344feb9e7b && pwd && ${MAKE} fetch )
|
||||||
|
|
||||||
ifeq ($(use_docker),false)
|
ifeq ($(use_docker),false)
|
||||||
( cd windows/linux && ${MAKE} )
|
( cd windows/linux && ${MAKE} )
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue