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
0649526796
commit
f6411fd8f9
|
@ -34,7 +34,7 @@ matrix:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mkdir build && cd build
|
- mkdir build && cd build
|
||||||
- cmake -G "Unix Makefiles" -D SHARED=1 -D BUILD_TESTS=1 -D CMAKE_CXX_COMPILER=$COMPILER ../cmake
|
- cmake -G "Unix Makefiles" -D SHARED=1 -D TESTS=1 -D CMAKE_CXX_COMPILER=$COMPILER ../cmake
|
||||||
- make
|
- make
|
||||||
- ../bin/xlnt.test
|
- ../bin/xlnt.test
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user