mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-24 04:41:10 +00:00
Use srb2ci image
This commit is contained in:
parent
b5f482e9dc
commit
f72fef247f
1 changed files with 2 additions and 5 deletions
|
@ -2,7 +2,7 @@ variables:
|
|||
BUILDTYPE: Release
|
||||
|
||||
default:
|
||||
image: mono:slim
|
||||
image: git.do.srb2.org:5050/stjr/srb2ci/srb2ci:stable
|
||||
|
||||
cache:
|
||||
- key: ccache-$CI_PROJECT_PATH_SLUG-$CI_JOB_NAME_SLUG
|
||||
|
@ -170,9 +170,6 @@ stages:
|
|||
- build
|
||||
|
||||
Release:
|
||||
|
||||
image: mono:latest
|
||||
|
||||
stage: build
|
||||
|
||||
variables:
|
||||
|
@ -183,7 +180,7 @@ Release:
|
|||
- - |
|
||||
# apt_toolchain
|
||||
echo -e "\e[0Ksection_start:`date +%s`:apt_toolchain[collapsed=true]\r\e[0KInstalling toolchain packages"
|
||||
- apt-get install clang
|
||||
- apt-get install clang msbuild
|
||||
- |
|
||||
# apt_toolchain
|
||||
echo -e "\e[0Ksection_end:`date +%s`:apt_toolchain\r\e[0K"
|
||||
|
|
Loading…
Reference in a new issue