mirror of
https://github.com/skywind3000/kcp.git
synced 2025-01-13 20:10:12 +08:00
new travis.yml
This commit is contained in:
parent
c84ed70529
commit
0df053a996
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
|
||||
|
Loading…
Reference in New Issue
Block a user