Run test on travis.

This commit is contained in:
ArthurSonzogni
2020-04-16 23:20:04 +02:00
parent 3cfc208cfe
commit 76b216dd5e
3 changed files with 26 additions and 13 deletions

View File

@@ -6,8 +6,9 @@ language:
script:
- mkdir build
- cd build
- cmake ..
- cmake .. -DFTXUI_BUILD_TESTS=ON
- cmake --build .
- ./tests --gtest_color=yes
notifications:
email: false