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
ddfe7279df
commit
26cbe7d2e2
|
@ -39,7 +39,6 @@ script:
|
|||
- cmake -G "Unix Makefiles" -D SHARED=1 -D BUILD_TESTS=1 -D CMAKE_CXX_COMPILER=$COMPILER -D CMAKE_CXX_FLAGS="-lstdc++" ../cmake
|
||||
- make
|
||||
- ../bin/xlnt.test
|
||||
- valgrind --error-exitcode=1 --leak-check=full --suppressions=../.xlnt.supp --show-possibly-lost=no ../bin/xlnt.test
|
||||
|
||||
after_success:
|
||||
- if [ "$COMPILER" = "g++-4.9" ]; then cd .. && mkdir build && cd build ; fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user