tibia-client/.travis.yml

15 lines
349 B
YAML
Raw Normal View History

2012-08-08 03:58:15 +02:00
language: cpp
compiler:
- gcc
before_script:
- sudo apt-get install libboost-all-dev libphysfs-dev libssl-dev liblua5.1-dev libglew1.6-dev libvorbis-dev libopenal-dev libz-dev
script: |
cmake . -DCMAKE_BUILD_TYPE=Release
make
notifications:
irc:
2012-08-08 05:08:09 +02:00
channels:
- "irc.freenode.org#otclient"
on_success: change
skip_join: true