Skip to content
This repository has been archived by the owner on Mar 14, 2020. It is now read-only.

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iryont committed Jul 15, 2014
1 parent 9695573 commit dafcd6b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: cpp
compiler:
- gcc
- clang
before_script:
- sudo apt-get install libgmp3-dev libboost-thread-dev libboost-regex-dev libboost-system-dev libboost-filesystem-dev liblua5.1-dev libxml2-dev libsqlite3-dev
script: |
cd src
./autogen.sh
./configure --enable-sqlite
make
notifications:
irc:
# - "irc.quakenet.org#otserv"

0 comments on commit dafcd6b

Please sign in to comment.