gameservergame-servergame-servershacktoberfestdedicated-game-serversgamelinuxgsmserverbashgaminglinuxmultiplayer-game-servershell
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
432 B
26 lines
432 B
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
|
|
|
|
script:
|
|
|
|
- bash tests/tests_jc2server.sh
|
|
- bash tests/tests_ts3server.sh
|