mirror of
https://github.com/skywind3000/kcp.git
synced 2026-09-03 22:02:48 +08:00
new travis.yml
This commit is contained in:
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
script:
|
||||
- gcc -O3 test.cpp -o test
|
||||
|
||||
Reference in New Issue
Block a user