Add back the coveralls push (#175)

This commit is contained in:
Sylvestre Ledru
2019-01-10 14:46:56 +01:00
committed by GitHub
parent 998b89840e
commit e67badf1e2
+1 -1
View File
@@ -89,7 +89,7 @@ jobs:
# xenial <=> coverage: "recent" systems with ICB
- stage: coverage
dist: xenial
script: mkdir -p build && cd build && cmake -DEXAMPLES=ON -DMPI=ON -DICBEXMM=ON -DCOVERALLS=ON .. && make VERBOSE=1 && make test;
script: mkdir -p build && cd build && cmake -DEXAMPLES=ON -DMPI=ON -DICBEXMM=ON -DCOVERALLS=ON .. && make && make test coveralls > /dev/null;
# xenial <=> interface64: "recent" systems with ICB + MKL + ILP64 (need debian/testing to get MKL-ILP64)
- stage: interface64
allow_failure: