Travis don't like tabs! (he is right :))

This commit is contained in:
Godzil
2020-02-17 22:09:31 +00:00
parent 8cc2272b50
commit 674831b370

View File

@@ -10,17 +10,17 @@ compiler:
script:
mkdir build
cd build
cmake ..
make
make test
cd ..
mkdir coverage
cd coverage
cmake .. -DCOVERALL=ON -DCMAKE_BUILD_TYPE=Debug
cmake --build .
cmake --build . --target coveralls
- mkdir build
- cd build
- cmake ..
- make
- make test
- cd ..
- mkdir coverage
- cd coverage
- cmake .. -DCOVERALL=ON -DCMAKE_BUILD_TYPE=Debug
- cmake --build .
- cmake --build . --target coveralls
after_success:
- bash <(curl -s https://codecov.io/bash)