mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
fix travis
This commit is contained in:
parent
26cbe7d2e2
commit
5dff524bc4
|
@ -36,13 +36,14 @@ script:
|
|||
- env
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake -G "Unix Makefiles" -D SHARED=1 -D BUILD_TESTS=1 -D CMAKE_CXX_COMPILER=$COMPILER -D CMAKE_CXX_FLAGS="-lstdc++" ../cmake
|
||||
- cmake -G "Unix Makefiles" -D SHARED=1 -D BUILD_TESTS=1 -D CMAKE_CXX_COMPILER=$COMPILER ../cmake
|
||||
- make
|
||||
- ../bin/xlnt.test
|
||||
|
||||
after_success:
|
||||
- if [ "$COMPILER" = "g++-4.9" ]; then cd .. && mkdir build && cd build ; fi
|
||||
- if [ "$COMPILER" = "g++-4.9" ]; then cmake -G "Unix Makefiles" -D SHARED=1 -D BUILD_TESTS=1 -D CMAKE_CXX_COMPILER=$COMPILER -D CMAKE_CXX_FLAGS="-fprofile-arcs -ftest-coverage -lstdc++" ../cmake
|
||||
- echo "$COMPILER"
|
||||
- if [ "$COMPILER" = "g++-4.9" ]; then cd .. ; mkdir build ; cd build ; fi
|
||||
- if [ "$COMPILER" = "g++-4.9" ]; then cmake -G "Unix Makefiles" -D SHARED=1 -D BUILD_TESTS=1 -D CMAKE_CXX_COMPILER=$COMPILER -D CMAKE_CXX_FLAGS="-fprofile-arcs -ftest-coverage" ../cmake ; fi
|
||||
- if [ "$COMPILER" = "g++-4.9" ]; then make ; fi
|
||||
- if [ "$COMPILER" = "g++-4.9" ]; then ../bin/xlnt.test ; fi
|
||||
- if [ "$COMPILER" = "g++-4.9" ]; then coveralls --include ../source/worksheet/test_worksheet.hpp --gcov-options '\-lp' --gcov 'gcov-4.9' ; fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user