Update travis file

This commit is contained in:
Daniel Chappuis 2020-06-04 15:27:33 +02:00
parent 40ed17c67c
commit 42078d376f

View File

@ -305,6 +305,7 @@ script:
cd build_helloworld;
cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ../helloworld/;
make -j2;
./helloworld
fi