amxmodx/.travis.yml

12 lines
366 B
YAML
Raw Normal View History

2014-06-05 21:45:03 +04:00
language: cpp
compiler:
- clang
before_script:
- sudo apt-get update -qq
- sudo apt-get install -y g++-multilib libc6-dev-i386 lib32stdc++6 lib32z1-dev
2014-07-27 13:31:19 +04:00
- CHECKOUT_DIR=$PWD && cd .. && $CHECKOUT_DIR/support/checkout-deps.sh --no-mysql && cd $CHECKOUT_DIR
2014-06-05 21:45:03 +04:00
script:
- mkdir build && cd build
- python ../configure.py --enable-optimize --no-mysql
2014-06-05 21:45:03 +04:00
- ambuild