Skip to content
Snippets Groups Projects
Commit 90b79611 authored by Martin Wölzer's avatar Martin Wölzer
Browse files

.gitlab-ci.yml: added test for empty CMAKE_BUILD_TYPE

parent 8f60a8ff
No related branches found
No related tags found
1 merge request!14Fix build for empty CMAKE_BUILD_TYPE
Pipeline #468 passed with stages
in 19 hours, 42 minutes, and 40 seconds
......@@ -361,11 +361,11 @@ compile_install_debian_10_amd64:
- debian-10-amd64
parallel:
matrix:
- BUILD_TYPE: [Debug, Release]
- BUILD_TYPE: ["Debug", "Release", ""]
COMPILER: clang
COMPILER_VERSION: [7]
GENERATOR: ["Unix Makefiles", "Ninja"]
- BUILD_TYPE: [Debug, Release]
- BUILD_TYPE: ["Debug", "Release", ""]
COMPILER: gcc
COMPILER_VERSION: [7, 8]
GENERATOR: ["Unix Makefiles", "Ninja"]
......@@ -377,11 +377,11 @@ compile_install_debian_10_arm64:
- debian-10-arm64
parallel:
matrix:
- BUILD_TYPE: [Debug, Release]
- BUILD_TYPE: ["Debug", "Release", ""]
COMPILER: clang
COMPILER_VERSION: [7]
GENERATOR: ["Unix Makefiles", "Ninja"]
- BUILD_TYPE: [Debug, Release]
- BUILD_TYPE: ["Debug", "Release", ""]
COMPILER: gcc
COMPILER_VERSION: [7, 8]
GENERATOR: ["Unix Makefiles", "Ninja"]
......@@ -393,11 +393,11 @@ compile_install_debian_10_armhf:
- debian-10-armhf
parallel:
matrix:
- BUILD_TYPE: [Debug, Release]
- BUILD_TYPE: ["Debug", "Release", ""]
COMPILER: clang
COMPILER_VERSION: [7]
GENERATOR: ["Unix Makefiles", "Ninja"]
- BUILD_TYPE: [Debug, Release]
- BUILD_TYPE: ["Debug", "Release", ""]
COMPILER: gcc
COMPILER_VERSION: [7, 8]
GENERATOR: ["Unix Makefiles", "Ninja"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment