mirror of
https://github.com/skywind3000/kcp.git
synced 2024-12-26 23:20:10 +08:00
10 lines
106 B
YAML
10 lines
106 B
YAML
language: cpp
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
script:
|
|
- $CC -O3 test.cpp -o test -lstdc++
|
|
|
|
|
|
|