sourcemod/.travis.yml

26 lines
600 B
YAML
Raw Normal View History

addons:
apt:
packages:
- clang-3.5
- lib32stdc++6
- lib32z1-dev
- libc6-dev-i386
2015-04-02 19:46:49 +02:00
- linux-libc-dev
2015-07-14 03:43:27 +02:00
- gcc-multilib
sources:
- llvm-toolchain-precise-3.5
- ubuntu-toolchain-r-test
cache:
directories:
- ../mysql-5.0
2014-05-28 20:38:55 +02:00
language: cpp
sudo: false
2014-05-28 20:38:55 +02:00
compiler:
- clang
before_script:
- CHECKOUT_DIR=$PWD && cd .. && $CHECKOUT_DIR/tools/checkout-deps.sh && cd $CHECKOUT_DIR
script:
- mkdir build && cd build
- PATH="~/.local/bin:$PATH"
- CC=clang-3.5 CXX=clang-3.5 python ../configure.py --enable-optimize --sdks=episode1,tf2,l4d2,csgo,dota
2014-05-28 20:38:55 +02:00
- ambuild