Added tags to ci

This commit is contained in:
Tx Mat 2024-03-15 19:55:53 +00:00
parent 3a5d86fdfc
commit 2dadadfd2e

View file

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