forked from mirror/openmw-tes3mp
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.
19 lines
271 B
YAML
19 lines
271 B
YAML
12 years ago
|
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
|