Next try
This commit is contained in:
@@ -59,6 +59,7 @@ test-debug-gcc-cpp11:
|
||||
image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
|
||||
tags: [Docker]
|
||||
dependencies: [build-debug-gcc-cpp11]
|
||||
needs: [build-debug-gcc-cpp11]
|
||||
artifacts:
|
||||
reports:
|
||||
junit:
|
||||
@@ -94,6 +95,7 @@ test-release-gcc-cpp11:
|
||||
image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
|
||||
tags: [Docker]
|
||||
dependencies: [build-release-gcc-cpp11]
|
||||
needs: [build-release-gcc-cpp11]
|
||||
artifacts:
|
||||
reports:
|
||||
junit:
|
||||
@@ -129,6 +131,7 @@ test-debug-clang-cpp11:
|
||||
image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
|
||||
tags: [Docker]
|
||||
dependencies: [build-debug-clang-cpp11]
|
||||
needs: [build-debug-clang-cpp11]
|
||||
artifacts:
|
||||
reports:
|
||||
junit:
|
||||
@@ -164,6 +167,7 @@ test-release-clang-cpp11:
|
||||
image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
|
||||
tags: [Docker]
|
||||
dependencies: [build-release-clang-cpp11]
|
||||
needs: [build-release-clang-cpp11]
|
||||
artifacts:
|
||||
reports:
|
||||
junit:
|
||||
@@ -199,6 +203,7 @@ test-debug-gcc-cpp14:
|
||||
image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
|
||||
tags: [Docker]
|
||||
dependencies: [build-debug-gcc-cpp14]
|
||||
needs: [build-debug-gcc-cpp14]
|
||||
artifacts:
|
||||
reports:
|
||||
junit:
|
||||
@@ -234,6 +239,7 @@ test-release-gcc-cpp14:
|
||||
image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
|
||||
tags: [Docker]
|
||||
dependencies: [build-release-gcc-cpp14]
|
||||
needs: [build-release-gcc-cpp14]
|
||||
artifacts:
|
||||
reports:
|
||||
junit:
|
||||
@@ -269,6 +275,7 @@ test-debug-clang-cpp14:
|
||||
image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
|
||||
tags: [Docker]
|
||||
dependencies: [build-debug-clang-cpp14]
|
||||
needs: [build-debug-clang-cpp14]
|
||||
artifacts:
|
||||
reports:
|
||||
junit:
|
||||
@@ -304,7 +311,9 @@ test-release-clang-cpp14:
|
||||
image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
|
||||
tags: [Docker]
|
||||
dependencies: [build-release-clang-cpp14]
|
||||
needs: [build-release-clang-cpp14]
|
||||
artifacts:
|
||||
- *
|
||||
reports:
|
||||
junit:
|
||||
report.xml
|
||||
|
||||
@@ -10,6 +10,7 @@ test-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}:
|
||||
image: graphics.rwth-aachen.de:4567/docker/docker/docker-openmesh-container
|
||||
tags: [Docker]
|
||||
dependencies: [build-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}]
|
||||
needs: [build-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}]
|
||||
artifacts:
|
||||
reports:
|
||||
junit:
|
||||
|
||||
Reference in New Issue
Block a user