Skip to content

Commit 2d85c98

Browse files
committed
Build debug and relwithdebinfo configs in CI first
- This way, more useful debug information is emitted by Travis-CI
1 parent 9765332 commit 2d85c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
- MPICH_GCC6_BOT_URL_HEAD="https://github.com/sourceryinstitute/OpenCoarrays/files/1956499/"
1313
- MPICH_GCC7_BOT_URL_HEAD="https://github.com/sourceryinstitute/OpenCoarrays/files/1956441/"
1414
- MPICH_BOT_URL_TAIL="mpich-3.2.1_1.high_sierra.bottle.1.tar.gz"
15-
- BUILD_TYPES="Release Debug RelWithDebInfo CodeCoverage"
15+
- BUILD_TYPES="Debug RelWithDebInfo Release CodeCoverage"
1616
matrix:
1717
- GCC=6 OSX_PACKAGES="gcc@6 shellcheck" BUILD_TYPE="InstallScript"
1818
- GCC="6 7" OSX_PACKAGES="gcc gcc@6 cmake shellcheck" BUILD_TYPE="cmake"

0 commit comments

Comments
 (0)