mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
9 lines
150 B
YAML
9 lines
150 B
YAML
language: C++
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
script:
|
|
- mkdir build/cmake/build && cd build/cmake/build && cmake .. && make && cd ../../../bin && xlnt.test
|
|
|
|
|