forked from suyu/suyu
Added tags to ci
This commit is contained in:
parent
3a5d86fdfc
commit
2dadadfd2e
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue