Merge branch 'master' of github.com:potassco/plasp into pddl-parser

This commit is contained in:
2016-06-01 22:54:49 +02:00

View File

@@ -22,4 +22,4 @@ script:
- mkdir build
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=ON -DCMAKE_CXX_COMPILER=$COMPILER
- make && make run-tests
- make -j3 && make -j3 run-tests