Skip to content
Snippets Groups Projects
Commit 9aeaf66e authored by niansa's avatar niansa
Browse files

Use custom docker image

parent 88b901a2
No related branches found
No related tags found
No related merge requests found
...@@ -3,13 +3,10 @@ stages: ...@@ -3,13 +3,10 @@ stages:
build-linux: build-linux:
stage: build stage: build
image: debian:trixie # Maybe replace with image with more required dependencies image: suyuemu/cibuild:latest
resource_group: linux-ci resource_group: linux-ci
variables: variables:
RELEASE_NAME: mainline RELEASE_NAME: mainline
before_script:
- apt-get update --yes
- apt-get install --yes wget ccache cmake gcc g++ nasm git patchelf xz-utils ninja-build autoconf glslang-tools pkg-config catch2 libtool nlohmann-json3-dev qtbase5-dev qtbase5-private-dev qtmultimedia5-dev libqt5gui5 libva-dev libavcodec-dev libavfilter-dev libboost-dev libboost-context-dev libfmt-dev zlib1g-dev libzstd-dev libcurl4-openssl-dev liblz4-dev llvm-17-dev libedit-dev libssl-dev mesa-common-dev libzydis-dev libusb-dev libpulse-dev
script: script:
- git submodule update --init --depth 1 --recursive - git submodule update --init --depth 1 --recursive
- bash .ci/scripts/linux/docker.sh - bash .ci/scripts/linux/docker.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment