diff options
author | mtiusane <mtiusane@users.noreply.github.com> | 2014-09-07 02:38:16 +0300 |
---|---|---|
committer | mtiusane <mtiusane@users.noreply.github.com> | 2014-09-07 02:38:16 +0300 |
commit | 3f343c693970e51f960ba1ed4f871ab07ed68c01 (patch) | |
tree | 66478b9596fb19925dc7353ce43cf782b64561ff | |
parent | fd0c5a395999655866303cd54ce6e6d65b00c0a7 (diff) | |
parent | ed3711ed14995222f34ca6dbfdcebb5e6da97907 (diff) |
Merge pull request #9 from ppetr/travis
Add Travis configuration file
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..be004b0 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +language: c +before_install: + - sudo apt-get update -qq + - sudo apt-get install -qq libc6-dev libcurl4-gnutls-dev libopenal-dev libsdl1.2-dev libgl1-mesa-dev +script: + - make all BUILD_SERVER=1 BUILD_CLIENT=1 BUILD_CLIENT_SMP=1 BUILD_GAME_SO=1 BUILD_GAME_QVM=1 BUILD_STANDALONE=1 |