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:
@@ -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
|
||||||
Reference in New Issue
Block a user