Skip to content

Commit

Permalink
[C] Uncommented coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
seleznevae committed Oct 26, 2019
1 parent 461a0fc commit 71455ee
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,17 +256,17 @@ script:
# fi

# Build for coveralls (should be the last)
# - |
# if [ "${CC}" = 'gcc' ]; then
# cd .. ;
# rm -r build/* ;
# cd build ;
# cmake .. -DFORT_BUILD_TYPE=coveralls -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_STANDARD=99 -DCMAKE_CXX_STANDARD=11 -DCMAKE_C_FLAGS="${CMAKE_C_FLAGS}" -DCMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS}" ;
# cmake --build . --target all ;
# ls ;
# ./tests/libfort_test_dev ;
# fi
# - cd ..
- |
if [ "${CC}" = 'gcc' ]; then
cd .. ;
rm -r build/* ;
cd build ;
cmake .. -DFORT_BUILD_TYPE=coveralls -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_STANDARD=99 -DCMAKE_CXX_STANDARD=11 -DCMAKE_C_FLAGS="${CMAKE_C_FLAGS}" -DCMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS}" ;
cmake --build . --target all ;
ls ;
./tests/libfort_test_dev ;
fi
- cd ..



Expand Down

0 comments on commit 71455ee

Please # to comment.