1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 13:19:56 +00:00
openmw-tes3mp/.travis.yml
Lukasz Gromanowski f849789514 Changes in apt-add-repository line.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
2013-04-02 23:41:24 +02:00

24 lines
513 B
YAML

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-dev boost-dev libbullet libogre-static mygui-static
script: make
branches:
only:
- master
- travis_ci_test
notifications:
recipients:
- lgromanowski+travis.ci@gmail.com
email:
on_success: change
on_failure: always