You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw-tes3coop/.travis.yml

19 lines
271 B
YAML

language: cpp
compiler:
- clang
- gcc
before_script:
- mkdir build
- cd build
- cmake ..
branches:
only:
- master
- travis_ci_test
notifications:
recipients:
- lgromanowski+travis.ci@gmail.com
email:
on_success: change
on_failure: always