Updated gitlab ci
This commit is contained in:
@@ -25,7 +25,7 @@ variables:
|
|||||||
cppcheck:
|
cppcheck:
|
||||||
stage: build
|
stage: build
|
||||||
script: "CI/ci-cppcheck.sh"
|
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]
|
tags: [Docker]
|
||||||
timeout: 3h
|
timeout: 3h
|
||||||
artifacts:
|
artifacts:
|
||||||
@@ -42,7 +42,7 @@ cppcheck:
|
|||||||
build-debug-gcc-cpp11-qt5.15.1:
|
build-debug-gcc-cpp11-qt5.15.1:
|
||||||
stage: build
|
stage: build
|
||||||
script: "CI/ci-linux-build.sh"
|
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:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
- stretch
|
- stretch
|
||||||
@@ -66,7 +66,7 @@ build-debug-gcc-cpp11-qt5.15.1:
|
|||||||
test-debug-gcc-cpp11-qt5.15.1:
|
test-debug-gcc-cpp11-qt5.15.1:
|
||||||
stage: test
|
stage: test
|
||||||
script: "CI/ci-linux-test.sh"
|
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:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
- stretch
|
- stretch
|
||||||
@@ -98,7 +98,7 @@ test-debug-gcc-cpp11-qt5.15.1:
|
|||||||
build-release-gcc-cpp11-qt5.15.1:
|
build-release-gcc-cpp11-qt5.15.1:
|
||||||
stage: build
|
stage: build
|
||||||
script: "CI/ci-linux-build.sh"
|
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:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
- stretch
|
- stretch
|
||||||
@@ -122,7 +122,7 @@ build-release-gcc-cpp11-qt5.15.1:
|
|||||||
test-release-gcc-cpp11-qt5.15.1:
|
test-release-gcc-cpp11-qt5.15.1:
|
||||||
stage: test
|
stage: test
|
||||||
script: "CI/ci-linux-test.sh"
|
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:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
- stretch
|
- stretch
|
||||||
@@ -154,7 +154,7 @@ test-release-gcc-cpp11-qt5.15.1:
|
|||||||
build-debug-clang-cpp11-qt5.15.1:
|
build-debug-clang-cpp11-qt5.15.1:
|
||||||
stage: build
|
stage: build
|
||||||
script: "CI/ci-linux-build.sh"
|
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:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
- stretch
|
- stretch
|
||||||
@@ -178,7 +178,7 @@ build-debug-clang-cpp11-qt5.15.1:
|
|||||||
test-debug-clang-cpp11-qt5.15.1:
|
test-debug-clang-cpp11-qt5.15.1:
|
||||||
stage: test
|
stage: test
|
||||||
script: "CI/ci-linux-test.sh"
|
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:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
- stretch
|
- stretch
|
||||||
@@ -210,7 +210,7 @@ test-debug-clang-cpp11-qt5.15.1:
|
|||||||
build-release-clang-cpp11-qt5.15.1:
|
build-release-clang-cpp11-qt5.15.1:
|
||||||
stage: build
|
stage: build
|
||||||
script: "CI/ci-linux-build.sh"
|
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:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
- stretch
|
- stretch
|
||||||
@@ -234,7 +234,7 @@ build-release-clang-cpp11-qt5.15.1:
|
|||||||
test-release-clang-cpp11-qt5.15.1:
|
test-release-clang-cpp11-qt5.15.1:
|
||||||
stage: test
|
stage: test
|
||||||
script: "CI/ci-linux-test.sh"
|
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:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
- stretch
|
- stretch
|
||||||
@@ -266,7 +266,7 @@ test-release-clang-cpp11-qt5.15.1:
|
|||||||
build-debug-gcc-cpp14-qt5.15.1:
|
build-debug-gcc-cpp14-qt5.15.1:
|
||||||
stage: build
|
stage: build
|
||||||
script: "CI/ci-linux-build.sh"
|
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:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
- stretch
|
- stretch
|
||||||
@@ -290,7 +290,7 @@ build-debug-gcc-cpp14-qt5.15.1:
|
|||||||
test-debug-gcc-cpp14-qt5.15.1:
|
test-debug-gcc-cpp14-qt5.15.1:
|
||||||
stage: test
|
stage: test
|
||||||
script: "CI/ci-linux-test.sh"
|
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:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
- stretch
|
- stretch
|
||||||
@@ -322,7 +322,7 @@ test-debug-gcc-cpp14-qt5.15.1:
|
|||||||
build-release-gcc-cpp14-qt5.15.1:
|
build-release-gcc-cpp14-qt5.15.1:
|
||||||
stage: build
|
stage: build
|
||||||
script: "CI/ci-linux-build.sh"
|
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:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
- stretch
|
- stretch
|
||||||
@@ -346,7 +346,7 @@ build-release-gcc-cpp14-qt5.15.1:
|
|||||||
test-release-gcc-cpp14-qt5.15.1:
|
test-release-gcc-cpp14-qt5.15.1:
|
||||||
stage: test
|
stage: test
|
||||||
script: "CI/ci-linux-test.sh"
|
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:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
- stretch
|
- stretch
|
||||||
@@ -378,7 +378,7 @@ test-release-gcc-cpp14-qt5.15.1:
|
|||||||
build-debug-clang-cpp14-qt5.15.1:
|
build-debug-clang-cpp14-qt5.15.1:
|
||||||
stage: build
|
stage: build
|
||||||
script: "CI/ci-linux-build.sh"
|
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:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
- stretch
|
- stretch
|
||||||
@@ -402,7 +402,7 @@ build-debug-clang-cpp14-qt5.15.1:
|
|||||||
test-debug-clang-cpp14-qt5.15.1:
|
test-debug-clang-cpp14-qt5.15.1:
|
||||||
stage: test
|
stage: test
|
||||||
script: "CI/ci-linux-test.sh"
|
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:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
- stretch
|
- stretch
|
||||||
@@ -434,7 +434,7 @@ test-debug-clang-cpp14-qt5.15.1:
|
|||||||
build-release-clang-cpp14-qt5.15.1:
|
build-release-clang-cpp14-qt5.15.1:
|
||||||
stage: build
|
stage: build
|
||||||
script: "CI/ci-linux-build.sh"
|
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:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
- stretch
|
- stretch
|
||||||
@@ -458,7 +458,7 @@ build-release-clang-cpp14-qt5.15.1:
|
|||||||
test-release-clang-cpp14-qt5.15.1:
|
test-release-clang-cpp14-qt5.15.1:
|
||||||
stage: test
|
stage: test
|
||||||
script: "CI/ci-linux-test.sh"
|
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:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
- stretch
|
- stretch
|
||||||
@@ -490,7 +490,7 @@ test-release-clang-cpp14-qt5.15.1:
|
|||||||
iwyu-release-clang-cpp14-qt5.15.1:
|
iwyu-release-clang-cpp14-qt5.15.1:
|
||||||
stage: build
|
stage: build
|
||||||
script: "CI/ci-linux-build.sh"
|
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:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
- stretch
|
- stretch
|
||||||
@@ -514,7 +514,7 @@ iwyu-release-clang-cpp14-qt5.15.1:
|
|||||||
nvc-release-clang-cpp14-qt5.15.1:
|
nvc-release-clang-cpp14-qt5.15.1:
|
||||||
stage: build
|
stage: build
|
||||||
script: "CI/ci-linux-build.sh"
|
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:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
- stretch
|
- stretch
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
test-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}:
|
test-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}:
|
||||||
stage: test
|
stage: test
|
||||||
script: "CI/ci-linux-test.sh"
|
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:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
- stretch
|
- stretch
|
||||||
|
|||||||
Reference in New Issue
Block a user