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
|
||||
- release
|
||||
|
||||
|
||||
# Notes; we want short labes so we can see what is what, and
|
||||
# allow image builds on all branches because don't wan to
|
||||
# deal with them on the master branch
|
||||
|
|
@ -46,6 +45,7 @@ Build:
|
|||
- fedora36
|
||||
- macos-x86_64
|
||||
- macos-aarch64
|
||||
- windows
|
||||
image: registry.gitlab.com/librewolf-community/browser/bsys5/dind
|
||||
tags:
|
||||
- autoscale
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ build :
|
|||
rm -rf windows
|
||||
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)
|
||||
( cd windows/linux && ${MAKE} )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue