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

more travis tests

parent 8b6aecb2
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,12 @@ before_script:
script:
- make install
- cd ../rundir
- find ../install
- ../install/bin/mcplexample_write myfile.mcpl
- ../install/bin/mcplexample_read myfile.mcpl.gz
- ../install/bin/mcplexample_read nonexistingfile.mcpl
- ../install/bin/mcplexample_filter myfile.mcpl.gz myfile_filtered.mcpl
- ../install/bin/mcplexample_read myfile_filtered.mcpl.gz
- ../install/bin/mcpltool myfile.mcpl.gz
- ../install/bin/mcpltool myfile_filtered.mcpl.gz
- ../install/bin/mcpltool_fat myfile_filtered.mcpl.gz
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