Use srb2ci image

This commit is contained in:
Alam Ed Arias 2024-01-28 21:33:35 +00:00 committed by sphere
parent b5f482e9dc
commit f72fef247f

View file

@ -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"