Skip to content

Commit

Permalink
Build with RelWithDebInfo configuration on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeex committed Sep 7, 2016
1 parent 51a384a commit a0f4a4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ addons:
- cmake

before_script:
- cmake source/compiler -DCMAKE_C_FLAGS=-m32 -DCPACK_GENERATOR="TGZ;ZIP"
- cmake source/compiler -DCMAKE_BUILD_TYPE=RelWithDebInfo
-DCMAKE_C_FLAGS=-m32
-DCPACK_GENERATOR="TGZ;ZIP"

script:
- make
Expand Down

0 comments on commit a0f4a4d

Please sign in to comment.