1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-22 18:25:57 +01:00

Don't build examples on travis

Clang on OSX uses gcc 4.6's headers and apparently the chrono header
fails to build
This commit is contained in:
Matias Fontanini
2016-02-21 15:12:00 -08:00
parent 8bf0c355f4
commit 016cfeecc6

View File

@@ -22,7 +22,6 @@ before_script:
- cd build - cd build
- cmake .. -DLIBTINS_ENABLE_CXX11=1 - cmake .. -DLIBTINS_ENABLE_CXX11=1
- make tests - make tests
- make examples
script: script:
- ctest -V - ctest -V