Skip to content
Snippets Groups Projects
Commit 7ff0cf6c authored by Thomas Kittelmann's avatar Thomas Kittelmann
Browse files

modify travis tests

parent 08311a96
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,15 @@ compiler:
- clang
before_script:
- mkdir build
- mkdir build install rundir
- cd build
- cmake ..
- cmake .. -DBUILD_FAT=ON -DBUILD_WITHG4=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../install/
script: make
script:
- make install
after_script:
- cd ../rundir
- ../install/bin/mcplexample_write myfile.mcpl
- ../install/bin/mcplexample_read myfile.mcpl
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment