mirror of
https://github.com/skywind3000/kcp.git
synced 2024-12-25 22:50:09 +08:00
add travis
This commit is contained in:
parent
c38025f0be
commit
cbd072ef55
@ -5,3 +5,5 @@ compiler:
|
|||||||
script:
|
script:
|
||||||
- $CC -O3 test.cpp -o test -lstdc++
|
- $CC -O3 test.cpp -o test -lstdc++
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,8 +1,11 @@
|
|||||||
KCP - A Fast and Reliable ARQ Protocol
|
KCP - A Fast and Reliable ARQ Protocol
|
||||||
======================================
|
======================================
|
||||||
|
[![Powered][2]][1] [![Build Status][4]][5]
|
||||||
[1]: https://github.com/skywind3000/kcp
|
[1]: https://github.com/skywind3000/kcp
|
||||||
[2]: http://skywind3000.github.io/word/images/kcp.svg
|
[2]: http://skywind3000.github.io/word/images/kcp.svg
|
||||||
[3]: https://raw.githubusercontent.com/skywind3000/kcp/master/kcp.svg
|
[3]: https://raw.githubusercontent.com/skywind3000/kcp/master/kcp.svg
|
||||||
|
[4]: https://api.travis-ci.org/skywind3000/kcp.svg?branch=master
|
||||||
|
[5]: https://travis-ci.org/skywind3000/kcp
|
||||||
|
|
||||||
|
|
||||||
# 简介
|
# 简介
|
||||||
|
Loading…
Reference in New Issue
Block a user