|
@@ -11,6 +11,10 @@ clang-format:
|
|
|
script:
|
|
script:
|
|
|
- git submodule update --init --depth 1 --recursive
|
|
- git submodule update --init --depth 1 --recursive
|
|
|
- bash .ci/scripts/format/script.sh
|
|
- bash .ci/scripts/format/script.sh
|
|
|
|
|
+ tags:
|
|
|
|
|
+ - Linux
|
|
|
|
|
+ - Windows
|
|
|
|
|
+ - Parallelized
|
|
|
#LINUX BUILD - BUILDS LINUX APPIMAGE
|
|
#LINUX BUILD - BUILDS LINUX APPIMAGE
|
|
|
build-linux:
|
|
build-linux:
|
|
|
stage: build
|
|
stage: build
|
|
@@ -26,6 +30,9 @@ build-linux:
|
|
|
artifacts:
|
|
artifacts:
|
|
|
paths:
|
|
paths:
|
|
|
- artifacts/*
|
|
- artifacts/*
|
|
|
|
|
+ tags:
|
|
|
|
|
+ - Linux
|
|
|
|
|
+ - Parallelized
|
|
|
#ANDROID BUILD - BUILDS APK
|
|
#ANDROID BUILD - BUILDS APK
|
|
|
android:
|
|
android:
|
|
|
stage: build
|
|
stage: build
|
|
@@ -43,3 +50,6 @@ android:
|
|
|
artifacts:
|
|
artifacts:
|
|
|
paths:
|
|
paths:
|
|
|
- artifacts/*
|
|
- artifacts/*
|
|
|
|
|
+ tags:
|
|
|
|
|
+ - Linux
|
|
|
|
|
+ - Parallelized
|