Final Travis adjustments.
This commit is contained in:
parent
8ba2872ee6
commit
684d869503
@ -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 New Issue
Block a user