Use registry.gitlab.com/suyuemu/cibuild URLS

This commit is contained in:
ddutchie 2024-03-15 13:41:16 +00:00 committed by Crimson Hawk
parent cc7a70cb6d
commit aab8b02793

View file

@ -4,7 +4,7 @@ stages:
#CLANG FORMAT - CHECKS CODE FOR FORMATTING ISSUES #CLANG FORMAT - CHECKS CODE FOR FORMATTING ISSUES
clang-format: clang-format:
stage: format stage: format
image: registry.gitlab.com/ddutchie/ci-docker:clangformat image: suyuemu/cibuild:clangformat
#TODO: SET THIS TO FALSE!!! #TODO: SET THIS TO FALSE!!!
allow_failure: true allow_failure: true
script: script:
@ -13,7 +13,7 @@ clang-format:
#LINUX BUILD - BUILDS LINUX APPIMAGE #LINUX BUILD - BUILDS LINUX APPIMAGE
build-linux: build-linux:
stage: build stage: build
image: registry.gitlab.com/ddutchie/ci-docker:linux-x64 image: suyuemu/cibuild:linux-x64
resource_group: linux-ci resource_group: linux-ci
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
@ -28,7 +28,7 @@ build-linux:
#ANDROID BUILD - BUILDS APK #ANDROID BUILD - BUILDS APK
android: android:
stage: build stage: build
image: registry.gitlab.com/ddutchie/ci-docker:android-x64 image: suyuemu/cibuild:android-x64
script: script:
- apt-get update -y - apt-get update -y
- git submodule update --init --recursive - git submodule update --init --recursive