1 changed files with 4 additions and 26 deletions
@ -1,29 +1,7 @@ |
|||||
language: bash |
language: bash |
||||
sudo: false |
|
||||
env: |
|
||||
- DISTRO=ubuntu-trusty |
|
||||
|
|
||||
before_script: |
|
||||
- curl -L "https://shunit2.googlecode.com/files/shunit2-2.1.6.tgz" | tar zx |
|
||||
|
|
||||
addons: |
|
||||
apt: |
|
||||
sources: |
|
||||
- ubuntu-toolchain-r-test |
|
||||
packages: |
|
||||
- tmux |
|
||||
- mailutils |
|
||||
- postfix |
|
||||
- lib32gcc1 |
|
||||
- libstdc++6 |
|
||||
- libstdc++6:i386 |
|
||||
- telnet |
|
||||
- expect |
|
||||
|
|
||||
install: |
install: |
||||
- bash build/install.sh |
- ./build/install.sh |
||||
|
|
||||
script: |
script: |
||||
- bash build/build.sh |
- ./build.sh |
||||
- bash tests/tests_jc2server.sh |
notifications: |
||||
- bash tests/tests_ts3server.sh |
email: false |
Loading…
Reference in new issue