xlnt/.travis.yml

9 lines
150 B
YAML
Raw Normal View History

language: C++
compiler:
- clang
- gcc
script:
- mkdir build/cmake/build && cd build/cmake/build && cmake .. && make && cd ../../../bin && xlnt.test
2015-10-27 04:02:28 +08:00