Skip to content

Commit

Permalink
[FIX][MAK] Missing make command after cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
morinim committed Jul 14, 2018
1 parent 21cac93 commit 021553d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -33,7 +33,8 @@ before_script:
- cd src
- mkdir -p build
- cd build/
- cmake ..


script:
- cmake ..
- make

0 comments on commit 021553d

Please sign in to comment.