Merge branch 'master' of https://github.com/jeefo/yapb.git
This commit is contained in:
commit
550eadeb9e
2 changed files with 15 additions and 3 deletions
|
|
@ -3,9 +3,15 @@ compiler:
|
|||
- clang
|
||||
before_script:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -y g++-multilib libc6-dev-i386
|
||||
- sudo apt-get install -y g++-multilib libc6-dev-i386 clang-3.4 llvm-dev
|
||||
- sudo wget $OSX_CROSS_TOOL -O /tmp/osxcross.tgz
|
||||
- sudo mkdir -p /tmp/osxcross/target
|
||||
- sudo tar xzf /tmp/osxcross.tgz -C /tmp/osxcross/target/
|
||||
- export PATH=$PATH:/tmp/osxcross/target/bin
|
||||
script:
|
||||
- cd project && make all
|
||||
after_success:
|
||||
- curl --ftp-create-dirs -T ./release/yapb.so -u $FTP_USER:$FTP_PASS ftp://$FTP_HOST/project/release/yapb.so
|
||||
- curl --ftp-create-dirs -T ./debug/yapb.so -u $FTP_USER:$FTP_PASS ftp://$FTP_HOST/project/debug/yapb.so
|
||||
- curl --ftp-create-dirs -T ./release/yapb.dylib -u $FTP_USER:$FTP_PASS ftp://$FTP_HOST/project/release/yapb.dylib
|
||||
- curl --ftp-create-dirs -T ./debug/yapb.dylib -u $FTP_USER:$FTP_PASS ftp://$FTP_HOST/project/debug/yapb.dylib
|
||||
|
|
|
|||
10
README.md
10
README.md
|
|
@ -1,4 +1,10 @@
|
|||
Yet Another Ping Of Death Bot
|
||||
====
|
||||
=============
|
||||
[](https://travis-ci.org/jeefo/yapb) [](https://ci.appveyor.com/project/jeefo/yapb) [](https://bitdeli.com/free "Bitdeli Badge")
|
||||
|
||||
|
||||
AI opponent for Counter-Strike based on POD-Bot 2.6 which allows your to play good old Counter-Strike without connecting to any server, or fill your server with computer controller players.
|
||||
|
||||
|
||||
|
||||
|
||||
AI opponent for Counter-Strike based on POD-Bot 2.6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue