1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-23 02:35:57 +01:00

Build examples on travis

This commit is contained in:
Matias Fontanini
2016-02-21 09:44:00 -08:00
parent 9dabb6f570
commit 04578b109f

View File

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