Final Travis adjustments.
This commit is contained in:
parent
8ba2872ee6
commit
684d869503
1 changed files with 5 additions and 1 deletions
|
@ -30,4 +30,8 @@ before_script:
|
|||
- sudo make install > /dev/null
|
||||
- popd
|
||||
|
||||
script: cmake . && make -j3
|
||||
script:
|
||||
- mkdir build && cd build
|
||||
- cmake ..
|
||||
- make -j3
|
||||
|
||||
|
|
Loading…
Reference in a new issue