From 7e17961259819a0f5f80d3f840a56c6bfdba17fe Mon Sep 17 00:00:00 2001 From: Fijxu Date: Sat, 16 Mar 2024 21:25:56 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14121961e0..df70325505 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,38 +1,6 @@ stages: - - format - build -#CLANG FORMAT - CHECKS CODE FOR FORMATTING ISSUES -clang-format: - stage: format - image: suyuemu/cibuild:clangformat - #THIS HAS TO BE FALSE. IT KEEPS RESOURCES AVAILABLE - EG RUNNERS WONT TRY BUILDING IF CODEBASE IS WRONG - #MR's NEED TO BE CORRECTLY CLANG FORMATTED - allow_failure: false - 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 - image: suyuemu/cibuild:linux-x64 - resource_group: linux-ci - variables: - GIT_SUBMODULE_STRATEGY: recursive - GIT_SUBMODULE_DEPTH: 1 - RELEASE_NAME: mainline - script: - - bash .ci/scripts/linux/docker.sh - - bash .ci/scripts/linux/upload.sh - artifacts: - paths: - - artifacts/* - tags: - - Linux - - Parallelized + #ANDROID BUILD - BUILDS APK android: stage: build