mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
fix typo
This commit is contained in:
parent
6a098d3049
commit
a8acedaafe
|
@ -1,6 +1,6 @@
|
|||
language: cpp
|
||||
script:
|
||||
- mkdir build && cd build && cmake -G "Unix Makefiles" -D SHARED=0 -D AUTOBUILD_TESTS=1 -D BUILD_TESTS=1 ../cmake && make
|
||||
- mkdir build && cd build && cmake -G "Unix Makefiles" -D SHARED=0 -D AUTORUN_TESTS=1 -D BUILD_TESTS=1 ../cmake && make
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
|
|
Loading…
Reference in New Issue
Block a user