mirror of https://github.com/SeanOMik/libki.git
travis: COVERALLS_SERVICE_NAME needs to be set before cmake is called
This commit is contained in:
parent
11e4f25b85
commit
0b57334ba3
|
@ -25,6 +25,7 @@ script:
|
|||
- rm -rf build/
|
||||
- mkdir build
|
||||
- cd build
|
||||
- export COVERALLS_SERVICE_NAME=travis-ci
|
||||
- cmake -DCOVERALLS=ON -DCMAKE_BUILD_TYPE=Debug ..
|
||||
- make
|
||||
|
||||
|
@ -32,5 +33,4 @@ script:
|
|||
- make test CTEST_OUTPUT_ON_FAILURE=TRUE
|
||||
|
||||
# Coverage
|
||||
- export COVERALLS_SERVICE_NAME=travis-ci
|
||||
- make coveralls
|
||||
|
|
Loading…
Reference in New Issue