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: ...@@ -25,9 +25,10 @@ install:
- python --version - python --version
- scons --version - scons --version
script: script:
- make
- scons - scons
- mkdir build; cd build; cmake ..; make
after_success: after_success:
- cd $TRAVIS_BUILD_DIR
- pwd - pwd
- ldd $HCANALYZER/hcana - ldd $HCANALYZER/hcana
- $HCANALYZER/hcana --version - $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