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-tes3mp/.travis.yml

22 lines
344 B
YAML

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