0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 13:43:04 -05:00

Tue Nov 14 08:19:20 PM CET 2023

This commit is contained in:
Bert van der Weerd 2023-11-14 20:19:20 +01:00
parent 5d96af8445
commit 4325958969
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -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