2012-08-08 03:58:15 +02:00
|
|
|
language: cpp
|
|
|
|
compiler:
|
|
|
|
- gcc
|
|
|
|
before_script:
|
2013-01-16 19:27:02 +01:00
|
|
|
- sudo apt-get install libboost1.48-all-dev libphysfs-dev libssl-dev liblua5.1-dev libglew1.6-dev libvorbis-dev libopenal-dev libz-dev -y
|
2012-08-08 03:58:15 +02:00
|
|
|
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
|