Do I really know SH script? I wonder sometimes 😣
This commit is contained in:
@@ -25,7 +25,7 @@ script:
|
|||||||
- cd coverage
|
- cd coverage
|
||||||
- cmake .. -DCOVERALLS=ON -DCMAKE_BUILD_TYPE=Debug
|
- cmake .. -DCOVERALLS=ON -DCMAKE_BUILD_TYPE=Debug
|
||||||
- cmake --build .
|
- cmake --build .
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; cmake --build . --target coveralls
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cmake --build . --target coveralls; fi
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
Reference in New Issue
Block a user