Skip to content
Snippets Groups Projects
Commit 0ff73d61 authored by Philip Trettner's avatar Philip Trettner
Browse files

buster/stretch CI

parent b38d930a
No related branches found
No related tags found
No related merge requests found
Pipeline #9742 failed
......@@ -18,7 +18,7 @@ VS2017-x64:
paths:
- "*/*-build/Release/*.exe"
gcc:
gcc-buster:
stage: Build
script: "CI/ci-linux.sh gcc"
variables:
......@@ -27,7 +27,7 @@ gcc:
- Linux
- buster
clang:
clang-buster:
stage: Build
script: "CI/ci-linux.sh clang"
variables:
......@@ -36,3 +36,20 @@ clang:
- Linux
- buster
gcc-stretch:
stage: Build
script: "CI/ci-linux.sh gcc"
variables:
GIT_SUBMODULE_STRATEGY: recursive
tags:
- Linux
- stretch
clang-stretch:
stage: Build
script: "CI/ci-linux.sh clang"
variables:
GIT_SUBMODULE_STRATEGY: recursive
tags:
- Linux
- stretch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment