Updated gitlab ci

This commit is contained in:
Jan Möbius
2021-09-07 09:25:05 +02:00
parent fb6f2d820a
commit 98efd125e0
2 changed files with 20 additions and 20 deletions

View File

@@ -25,7 +25,7 @@ variables:
cppcheck:
stage: build
script: "CI/ci-cppcheck.sh"
image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
image: gitlab.vci.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
tags: [Docker]
timeout: 3h
artifacts:
@@ -42,7 +42,7 @@ cppcheck:
build-debug-gcc-cpp11-qt5.15.1:
stage: build
script: "CI/ci-linux-build.sh"
#image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
#image: gitlab.vci.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
tags:
- Linux
- stretch
@@ -66,7 +66,7 @@ build-debug-gcc-cpp11-qt5.15.1:
test-debug-gcc-cpp11-qt5.15.1:
stage: test
script: "CI/ci-linux-test.sh"
#image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
#image: gitlab.vci.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
tags:
- Linux
- stretch
@@ -98,7 +98,7 @@ test-debug-gcc-cpp11-qt5.15.1:
build-release-gcc-cpp11-qt5.15.1:
stage: build
script: "CI/ci-linux-build.sh"
#image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
#image: gitlab.vci.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
tags:
- Linux
- stretch
@@ -122,7 +122,7 @@ build-release-gcc-cpp11-qt5.15.1:
test-release-gcc-cpp11-qt5.15.1:
stage: test
script: "CI/ci-linux-test.sh"
#image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
#image: gitlab.vci.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
tags:
- Linux
- stretch
@@ -154,7 +154,7 @@ test-release-gcc-cpp11-qt5.15.1:
build-debug-clang-cpp11-qt5.15.1:
stage: build
script: "CI/ci-linux-build.sh"
#image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
#image: gitlab.vci.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
tags:
- Linux
- stretch
@@ -178,7 +178,7 @@ build-debug-clang-cpp11-qt5.15.1:
test-debug-clang-cpp11-qt5.15.1:
stage: test
script: "CI/ci-linux-test.sh"
#image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
#image: gitlab.vci.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
tags:
- Linux
- stretch
@@ -210,7 +210,7 @@ test-debug-clang-cpp11-qt5.15.1:
build-release-clang-cpp11-qt5.15.1:
stage: build
script: "CI/ci-linux-build.sh"
#image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
#image: gitlab.vci.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
tags:
- Linux
- stretch
@@ -234,7 +234,7 @@ build-release-clang-cpp11-qt5.15.1:
test-release-clang-cpp11-qt5.15.1:
stage: test
script: "CI/ci-linux-test.sh"
#image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
#image: gitlab.vci.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
tags:
- Linux
- stretch
@@ -266,7 +266,7 @@ test-release-clang-cpp11-qt5.15.1:
build-debug-gcc-cpp14-qt5.15.1:
stage: build
script: "CI/ci-linux-build.sh"
#image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
#image: gitlab.vci.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
tags:
- Linux
- stretch
@@ -290,7 +290,7 @@ build-debug-gcc-cpp14-qt5.15.1:
test-debug-gcc-cpp14-qt5.15.1:
stage: test
script: "CI/ci-linux-test.sh"
#image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
#image: gitlab.vci.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
tags:
- Linux
- stretch
@@ -322,7 +322,7 @@ test-debug-gcc-cpp14-qt5.15.1:
build-release-gcc-cpp14-qt5.15.1:
stage: build
script: "CI/ci-linux-build.sh"
#image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
#image: gitlab.vci.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
tags:
- Linux
- stretch
@@ -346,7 +346,7 @@ build-release-gcc-cpp14-qt5.15.1:
test-release-gcc-cpp14-qt5.15.1:
stage: test
script: "CI/ci-linux-test.sh"
#image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
#image: gitlab.vci.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
tags:
- Linux
- stretch
@@ -378,7 +378,7 @@ test-release-gcc-cpp14-qt5.15.1:
build-debug-clang-cpp14-qt5.15.1:
stage: build
script: "CI/ci-linux-build.sh"
#image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
#image: gitlab.vci.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
tags:
- Linux
- stretch
@@ -402,7 +402,7 @@ build-debug-clang-cpp14-qt5.15.1:
test-debug-clang-cpp14-qt5.15.1:
stage: test
script: "CI/ci-linux-test.sh"
#image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
#image: gitlab.vci.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
tags:
- Linux
- stretch
@@ -434,7 +434,7 @@ test-debug-clang-cpp14-qt5.15.1:
build-release-clang-cpp14-qt5.15.1:
stage: build
script: "CI/ci-linux-build.sh"
#image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
#image: gitlab.vci.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
tags:
- Linux
- stretch
@@ -458,7 +458,7 @@ build-release-clang-cpp14-qt5.15.1:
test-release-clang-cpp14-qt5.15.1:
stage: test
script: "CI/ci-linux-test.sh"
#image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
#image: gitlab.vci.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
tags:
- Linux
- stretch
@@ -490,7 +490,7 @@ test-release-clang-cpp14-qt5.15.1:
iwyu-release-clang-cpp14-qt5.15.1:
stage: build
script: "CI/ci-linux-build.sh"
image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
image: gitlab.vci.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
tags:
- Linux
- stretch
@@ -514,7 +514,7 @@ iwyu-release-clang-cpp14-qt5.15.1:
nvc-release-clang-cpp14-qt5.15.1:
stage: build
script: "CI/ci-linux-build.sh"
image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
image: gitlab.vci.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
tags:
- Linux
- stretch

View File

@@ -7,7 +7,7 @@
test-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}:
stage: test
script: "CI/ci-linux-test.sh"
#image: gitlab.vci.graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
#image: gitlab.vci.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
tags:
- Linux
- stretch