kcp/.travis.yml

10 lines
106 B
YAML
Raw Normal View History

2016-07-20 16:17:03 +08:00
language: cpp
compiler:
- gcc
- clang
script:
2016-07-20 16:26:05 +08:00
- $CC -O3 test.cpp -o test -lstdc++
2016-07-20 16:17:03 +08:00
2016-07-20 16:33:53 +08:00