TravisCI: run them unit tests

pull/3/head
Christian Beier 7 years ago
parent 9198875122
commit 261c3dbf87
No known key found for this signature in database
GPG Key ID: 421BB3B45C6067F8

@ -23,5 +23,7 @@ before_install:
script:
- mkdir build
- cd build
- cmake .. && make
- cmake ..
- cmake --build .
- ctest

Loading…
Cancel
Save