1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 16:49:55 +00:00
openmw-tes3mp/.travis.yml

25 lines
528 B
YAML
Raw Normal View History

language: cpp
compiler:
- clang
- gcc
before_script:
- mkdir build
- cd build
- cmake ..
before_install:
- git submodule update --init --recursive
- echo "yes" | sudo apt-add-repository ppa:openmw/deps
- sudo apt-get update -qq
- sudo apt-get install -qq ffmpeg libboost-all-dev libbullet-dev libogre-static-dev mygui-static-dev
script: make
branches:
only:
- master
- travis_ci_test
notifications:
recipients:
- lgromanowski+travis.ci@gmail.com
email:
on_success: change
on_failure: always