1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-09-04 01:29:45 +02:00
openrw/.travis.yml

21 lines
562 B
YAML
Raw Normal View History

2016-06-16 21:22:47 +02:00
sudo: required
dist: trusty
language: cpp
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libbullet-dev libsfml-dev libmad0-dev libglm-dev libsndfile-dev libopenal-dev libboost-test-dev
git:
depth: 3
script:
- mkdir build
- cd build
- cmake .. -DBUILD_TESTS=1 -DTESTS_NODATA=1 && make
2016-06-16 21:22:47 +02:00
- tests/run_tests
notifications:
email: false
# irc:
# channels:
# - chat.freenode.net#openrw
# template:
# - "%{repository}/%{branch} (%{commit} - %{author}): %{build_url}: %{message}"