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
+ 18
18
Compare changes
  • Side-by-side
  • Inline
+ 18
18
@@ -120,21 +120,21 @@ compile_debian_10_amd64:
GENERATOR: "Unix Makefiles"
<<: *compile_definition
test_gcov_debian_10_amd64:
tags:
- compiler
- debian-10-amd64
parallel:
matrix:
- BUILD_TYPE: Debug
COMPILER: clang
COMPILER_VERSION: 7
GENERATOR: "Unix Makefiles"
- BUILD_TYPE: Debug
COMPILER: gcc
COMPILER_VERSION: [7, 8]
GENERATOR: "Unix Makefiles"
needs:
- job: compile_debian_10_amd64
artifacts: true
<<: *test_gcov_definition
#test_gcov_debian_10_amd64:
# tags:
# - compiler
# - debian-10-amd64
# parallel:
# matrix:
# - BUILD_TYPE: Debug
# COMPILER: clang
# COMPILER_VERSION: 7
# GENERATOR: "Unix Makefiles"
# - BUILD_TYPE: Debug
# COMPILER: gcc
# COMPILER_VERSION: [7, 8]
# GENERATOR: "Unix Makefiles"
# needs:
# - job: compile_debian_10_amd64
# artifacts: true
# <<: *test_gcov_definition
Loading