Skip to content
Snippets Groups Projects
Commit 2bc7ca38 authored by Benedikt Conze's avatar Benedikt Conze
Browse files

Merge branch 'test-new-ci' into 'new-upo'

Fix CI image links and tags

See merge request !44
parents c88b1030 c6f3f6ed
No related branches found
No related tags found
3 merge requests!45Merge branch 'release/v1.2.0' into 'master',!44Fix CI image links and tags,!43Neue Prüfungsordnung
......@@ -9,9 +9,9 @@
# Jobs run on the linux build+test-image, unless otherwise specified or unless they are not linux-tagged jobs.
default:
image: dynamite/linux-build:v0.1.7
image: registry.git.rwth-aachen.de/dynexite2rwth-online/dynamite/2025-test:v0.1.7
tags:
- dynamite-runner
- DynAMITE
- ${DYNAMITE_CI_PLATFORM}
stages:
......@@ -244,7 +244,7 @@ coverage:linux:gcc-12:
# Linux
deploy:linux:appimage:
extends: .deploy:base
image: dynamite/linux-deploy:v0.1.7
image: registry.git.rwth-aachen.de/dynexite2rwth-online/dynamite/2025-linux-deploy:v0.1.7
script:
- mkdir -p ${BUILDDIR} && cd ${BUILDDIR}
- cmake -DCMAKE_C_COMPILER=${DYNAMITE_CI_CC_COMPILER}
......@@ -274,7 +274,7 @@ deploy:linux:appimage:
# Windows
deploy:windows:
extends: .deploy:base
image: dynamite/linux-xcompile-windows:v0.1.7
image: registry.git.rwth-aachen.de/dynexite2rwth-online/dynamite/2025-windows-deploy:v0.1.7
script:
- mkdir -p ${BUILDDIR} && cd ${BUILDDIR}
- x86_64-w64-mingw32.static-cmake
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment