Skip to content
Snippets Groups Projects
Commit d162f519 authored by Ole Hansen's avatar Ole Hansen Committed by Stephen A. Wood
Browse files

Travis: Drop make, add CMake build

parent 1e75b3f3
No related branches found
No related tags found
No related merge requests found
......@@ -25,9 +25,10 @@ install:
- python --version
- scons --version
script:
- make
- scons
- mkdir build; cd build; cmake ..; make
after_success:
- cd $TRAVIS_BUILD_DIR
- pwd
- ldd $HCANALYZER/hcana
- $HCANALYZER/hcana --version
......
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