mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
Tue Nov 14 08:19:20 PM CET 2023
This commit is contained in:
parent
5d96af8445
commit
4325958969
1 changed files with 6 additions and 5 deletions
|
@ -4,14 +4,11 @@ stages:
|
|||
- release
|
||||
|
||||
|
||||
before_script:
|
||||
- git submodule sync --recursive
|
||||
- git submodule update --init --recursive
|
||||
|
||||
|
||||
Linux:
|
||||
stage: test
|
||||
allow_failure: true
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
tags:
|
||||
- autoscale
|
||||
image: debian
|
||||
|
@ -29,6 +26,8 @@ Linux:
|
|||
macOS:
|
||||
stage: test
|
||||
allow_failure: true
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
when: manual
|
||||
tags:
|
||||
- autoscale
|
||||
|
@ -47,6 +46,8 @@ macOS:
|
|||
Windows:
|
||||
stage: test
|
||||
allow_failure: true
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
when: manual
|
||||
tags:
|
||||
- autoscale
|
||||
|
|
Loading…
Reference in a new issue