kcp/.travis.yml

8 lines
93 B
YAML
Raw Normal View History

2016-07-20 16:17:03 +08:00
language: cpp
compiler:
- gcc
- clang
script:
2016-07-20 16:22:13 +08:00
- $CC -O3 test.cpp -o test
2016-07-20 16:17:03 +08:00