Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Build debug symbols into release builts
Browse files Browse the repository at this point in the history
  • Loading branch information
amastracci committed Mar 14, 2019
1 parent 522e5aa commit 22b7d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ before_script:
- cd ${TRAVIS_BUILD_DIR}
- mkdir build
- cd build
- if [ "$TRAVIS_BRANCH" = "master" ] ; then BUILD_TYPE="release" ; else BUILD_TYPE="debug" ; fi
- if [ "$TRAVIS_BRANCH" = "master" ] || [[ $TRAVIS_BRANCH == *"release"* ]]; then BUILD_TYPE="RelWithDebInfo" ; else BUILD_TYPE="Debug" ; fi
- echo ${CMAKE_COMMAND}
- >
${CMAKE_COMMAND}
Expand Down

0 comments on commit 22b7d49

Please sign in to comment.