Skip to content

Commit

Permalink
adjust Travis configuration to use CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed Oct 8, 2017
1 parent 4c83cc7 commit b28cadb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ sudo: required
compiler: gcc

script:
- ./configure
- mkdir -p build
- cd build
- cmake ..
- make

0 comments on commit b28cadb

Please sign in to comment.