Skip to content
Snippets Groups Projects

Draft: Release 0.3.0

Closed Martin Wölzer requested to merge pipeline-schema into master
Compare and Show latest version
1 file
+ 10
10
Compare changes
  • Side-by-side
  • Inline
+ 10
10
@@ -110,14 +110,14 @@ compile_debian_10_amd64:
- debian-10-amd64
parallel:
matrix:
- BUILD_TYPE: [Debug]
- BUILD_TYPE: Debug
COMPILER: clang
COMPILER_VERSION: [7]
GENERATOR: ["Unix Makefiles"]
- BUILD_TYPE: [Debug]
COMPILER_VERSION: 7
GENERATOR: "Unix Makefiles"
- BUILD_TYPE: Debug
COMPILER: gcc
COMPILER_VERSION: [7, 8]
GENERATOR: ["Unix Makefiles"]
GENERATOR: "Unix Makefiles"
<<: *compile_definition
test_gcov_debian_10_amd64:
@@ -126,14 +126,14 @@ test_gcov_debian_10_amd64:
- debian-10-amd64
parallel:
matrix:
- BUILD_TYPE: [Debug]
- BUILD_TYPE: Debug
COMPILER: clang
COMPILER_VERSION: [7]
GENERATOR: ["Unix Makefiles"]
- BUILD_TYPE: [Debug]
COMPILER_VERSION: 7
GENERATOR: "Unix Makefiles"
- BUILD_TYPE: Debug
COMPILER: gcc
COMPILER_VERSION: [7, 8]
GENERATOR: ["Unix Makefiles"]
GENERATOR: "Unix Makefiles"
needs:
- job: compile_debian_10_amd64
artifacts: true
Loading