Update CI

This commit is contained in:
Jan Möbius
2024-07-16 09:09:29 +02:00
parent 14d34ee9c4
commit 56463a297f
8 changed files with 2 additions and 24 deletions

View File

@@ -28,7 +28,6 @@ cppcheck:
image: gitlab.vci.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
timeout: 3h timeout: 3h
artifacts: artifacts:
paths: paths:
@@ -47,7 +46,6 @@ build-debug-gcc-cpp11-qt6.1.2:
#image: gitlab.vci.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
variables: variables:
COMPILER: "gcc" COMPILER: "gcc"
LANGUAGE: "cpp11" LANGUAGE: "cpp11"
@@ -71,7 +69,6 @@ test-debug-gcc-cpp11-qt6.1.2:
#image: gitlab.vci.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
- MultiThreads - MultiThreads
variables: variables:
COMPILER: "gcc" COMPILER: "gcc"
@@ -103,7 +100,6 @@ build-release-gcc-cpp11-qt6.1.2:
#image: gitlab.vci.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
variables: variables:
COMPILER: "gcc" COMPILER: "gcc"
LANGUAGE: "cpp11" LANGUAGE: "cpp11"
@@ -127,7 +123,6 @@ test-release-gcc-cpp11-qt6.1.2:
#image: gitlab.vci.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
- MultiThreads - MultiThreads
variables: variables:
COMPILER: "gcc" COMPILER: "gcc"
@@ -159,7 +154,6 @@ build-debug-clang-cpp11-qt6.1.2:
#image: gitlab.vci.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
variables: variables:
COMPILER: "clang" COMPILER: "clang"
LANGUAGE: "cpp11" LANGUAGE: "cpp11"
@@ -183,7 +177,6 @@ test-debug-clang-cpp11-qt6.1.2:
#image: gitlab.vci.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
- MultiThreads - MultiThreads
variables: variables:
COMPILER: "clang" COMPILER: "clang"
@@ -215,7 +208,6 @@ build-release-clang-cpp11-qt6.1.2:
#image: gitlab.vci.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
variables: variables:
COMPILER: "clang" COMPILER: "clang"
LANGUAGE: "cpp11" LANGUAGE: "cpp11"
@@ -239,7 +231,6 @@ test-release-clang-cpp11-qt6.1.2:
#image: gitlab.vci.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
- MultiThreads - MultiThreads
variables: variables:
COMPILER: "clang" COMPILER: "clang"
@@ -272,7 +263,6 @@ build-debug-gcc-cpp14-qt5.15.1:
#image: gitlab.vci.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
variables: variables:
COMPILER: "gcc" COMPILER: "gcc"
LANGUAGE: "cpp14" LANGUAGE: "cpp14"
@@ -296,7 +286,6 @@ test-debug-gcc-cpp14-qt5.15.1:
#image: gitlab.vci.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
- MultiThreads - MultiThreads
variables: variables:
COMPILER: "gcc" COMPILER: "gcc"
@@ -328,7 +317,6 @@ build-release-gcc-cpp14-qt5.15.1:
#image: gitlab.vci.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
variables: variables:
COMPILER: "gcc" COMPILER: "gcc"
LANGUAGE: "cpp14" LANGUAGE: "cpp14"
@@ -352,7 +340,6 @@ test-release-gcc-cpp14-qt5.15.1:
#image: gitlab.vci.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
- MultiThreads - MultiThreads
variables: variables:
COMPILER: "gcc" COMPILER: "gcc"
@@ -384,7 +371,6 @@ build-debug-clang-cpp14-qt5.15.1:
#image: gitlab.vci.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
variables: variables:
COMPILER: "clang" COMPILER: "clang"
LANGUAGE: "cpp14" LANGUAGE: "cpp14"
@@ -408,7 +394,6 @@ test-debug-clang-cpp14-qt5.15.1:
#image: gitlab.vci.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
- MultiThreads - MultiThreads
variables: variables:
COMPILER: "clang" COMPILER: "clang"
@@ -440,7 +425,6 @@ build-release-clang-cpp14-qt5.15.1:
#image: gitlab.vci.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
variables: variables:
COMPILER: "clang" COMPILER: "clang"
LANGUAGE: "cpp14" LANGUAGE: "cpp14"
@@ -464,7 +448,6 @@ test-release-clang-cpp14-qt5.15.1:
#image: gitlab.vci.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
- MultiThreads - MultiThreads
variables: variables:
COMPILER: "clang" COMPILER: "clang"
@@ -732,7 +715,6 @@ Sources:
script: "CI/ci-source.sh" script: "CI/ci-source.sh"
tags: tags:
- Linux - Linux
- stretch
dependencies: [] dependencies: []
artifacts: artifacts:
paths: paths:

View File

@@ -176,7 +176,7 @@ del *.exe
IF %errorlevel% NEQ 0 exit /b %errorlevel% IF %errorlevel% NEQ 0 exit /b %errorlevel%
move OpenMesh-*.exe "OpenMesh-10.0-Git-Master-%BUILD_PLATFORM%-%STRING_ARCH%%STRING_DLL%%STRING_APPS%.exe" move OpenMesh-*.exe "OpenMesh-11.0-Git-Master-%BUILD_PLATFORM%-%STRING_ARCH%%STRING_DLL%%STRING_APPS%.exe"

View File

@@ -29,7 +29,6 @@ Sources:
script: "CI/ci-source.sh" script: "CI/ci-source.sh"
tags: tags:
- Linux - Linux
- stretch
dependencies: [] dependencies: []
artifacts: artifacts:
paths: paths:

View File

@@ -10,7 +10,6 @@ iwyu-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}:
image: gitlab.vci.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
variables: variables:
COMPILER: "{{COMPILER}}" COMPILER: "{{COMPILER}}"
LANGUAGE: "{{LANGUAGE}}" LANGUAGE: "{{LANGUAGE}}"

View File

@@ -11,7 +11,6 @@ build-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}:
#image: gitlab.vci.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
variables: variables:
COMPILER: "{{COMPILER}}" COMPILER: "{{COMPILER}}"
LANGUAGE: "{{LANGUAGE}}" LANGUAGE: "{{LANGUAGE}}"

View File

@@ -10,7 +10,6 @@ test-{{BUILDTYPE}}-{{COMPILER}}-{{LANGUAGE}}-{{QT_VERSION}}:
#image: gitlab.vci.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
- MultiThreads - MultiThreads
variables: variables:
COMPILER: "{{COMPILER}}" COMPILER: "{{COMPILER}}"

View File

@@ -8,7 +8,6 @@ cppcheck:
image: gitlab.vci.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
timeout: 3h timeout: 3h
artifacts: artifacts:
paths: paths:

View File

@@ -6,6 +6,7 @@
src/OpenMesh/Core/System/config.h src/OpenMesh/Core/System/config.h
README README
CMakeLists.txt ( version setting in project call) CMakeLists.txt ( version setting in project call)
CI/Windows.bat
3. Tag the current version in the git 3. Tag the current version in the git
4. Create HTML-Documentation in OpenMesh/Documentation (!) 4. Create HTML-Documentation in OpenMesh/Documentation (!)
5. Create tar-ball and zip-archive ( -> Done by CI) 5. Create tar-ball and zip-archive ( -> Done by CI)