It generally works better when we build before trying to run.....

This commit is contained in:
Godzil
2020-02-18 12:10:38 +00:00
parent be245523c9
commit 6200e5ed56

View File

@@ -17,6 +17,7 @@ script:
- mkdir build
- cd build
- cmake ..
- make
- make test
jobs: