mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
uh... typo
This commit is contained in:
parent
0df2faf13a
commit
4db177c6d7
|
@ -45,7 +45,7 @@ matrix:
|
||||||
script:
|
script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake -D STATIC=$STATIC -D SAMPLES=$STATIC -D COVERAGE=$COVERAGE -D CMAKE_CXX_COMPILER=$COMPILER -D CMAKE_BUILD_TYPE=Debug ..
|
- cmake -D STATIC=$STATIC -D SAMPLES=$SAMPLES -D COVERAGE=$COVERAGE -D CMAKE_CXX_COMPILER=$COMPILER -D CMAKE_BUILD_TYPE=Debug ..
|
||||||
- cmake --build .
|
- cmake --build .
|
||||||
- cd bin && ./xlnt.test
|
- cd bin && ./xlnt.test
|
||||||
- find .
|
- find .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user