openmw-tes3coop/.travis.yml

22 lines
344 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
script: make
branches:
only:
- master
- travis_ci_test
notifications:
recipients:
- lgromanowski+travis.ci@gmail.com
email:
on_success: change
on_failure: always