Commit b4f2b0e267aeacdde7c9c67ce9b6c51f41050b2d
1 parent
a04284fc
build with unicode
Showing
1 changed file
with
4 additions
and
1 deletions
.travis.yml
| ... | ... | @@ -3,6 +3,9 @@ dist: trusty |
| 3 | 3 | language: cpp |
| 4 | 4 | os: |
| 5 | 5 | - osx |
| 6 | +env: | |
| 7 | + - | |
| 8 | + - UNICODE_OPTIONS=-DCXXOPTS_USE_UNICODE_HELP | |
| 6 | 9 | matrix: |
| 7 | 10 | include: |
| 8 | 11 | - os: linux |
| ... | ... | @@ -24,5 +27,5 @@ matrix: |
| 24 | 27 | sources: *sources |
| 25 | 28 | script: > |
| 26 | 29 | cmake -DCXXOPTS_BUILD_TESTS=ON -DCMAKE_CXX_COMPILER=$COMPILER |
| 27 | - -DCMAKE_CXX_FLAGS=$CXXFLAGS . | |
| 30 | + -DCMAKE_CXX_FLAGS=$CXXFLAGS $UNICODE_OPTIONS . | |
| 28 | 31 | && make && make ARGS=--output-on-failure test | ... | ... |