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