ci: use RelWithDebInfo build for non-master branches
- unlike Release, it builds with debug assertions and eigen-nan intialization, which may help to spot some bugs earlier.
This commit is contained in:
parent
c9548bbb23
commit
9243201c17
|
@ -91,6 +91,8 @@ stages:
|
||||||
bionic-release-compile:
|
bionic-release-compile:
|
||||||
<<: *prepare_docker_definition
|
<<: *prepare_docker_definition
|
||||||
<<: *compile_test_package_definition
|
<<: *compile_test_package_definition
|
||||||
|
only:
|
||||||
|
- master
|
||||||
variables:
|
variables:
|
||||||
CXX_MARCH: 'corei7-avx'
|
CXX_MARCH: 'corei7-avx'
|
||||||
DEB_DIR: deb_bionic
|
DEB_DIR: deb_bionic
|
||||||
|
@ -125,8 +127,6 @@ bionic-debug-compile:
|
||||||
bionic-relwithdebinfo-compile:
|
bionic-relwithdebinfo-compile:
|
||||||
<<: *prepare_docker_definition
|
<<: *prepare_docker_definition
|
||||||
<<: *compile_test_package_definition
|
<<: *compile_test_package_definition
|
||||||
only:
|
|
||||||
- master
|
|
||||||
variables:
|
variables:
|
||||||
BUILD_TYPE: RelWithDebInfo
|
BUILD_TYPE: RelWithDebInfo
|
||||||
|
|
||||||
|
@ -160,6 +160,8 @@ clang-format:
|
||||||
|
|
||||||
bionic-test:
|
bionic-test:
|
||||||
<<: *test_deb_definition
|
<<: *test_deb_definition
|
||||||
|
only:
|
||||||
|
- master
|
||||||
variables:
|
variables:
|
||||||
DEB_DIR: deb_bionic
|
DEB_DIR: deb_bionic
|
||||||
GIT_STRATEGY: none
|
GIT_STRATEGY: none
|
||||||
|
|
Loading…
Reference in New Issue