ScreenTranslator/.travis.yml

21 lines
305 B
YAML
Raw Normal View History

2015-10-25 20:22:37 +07:00
language: cpp
compiler:
- gcc
- clang
sudo: required
dist: trusty
install: ./scripts/install_deps.sh
script: cd scripts && ./make_all.sh
branches:
only:
- master
- develop
2015-11-07 02:53:56 +07:00
- /release.*/
2015-10-25 20:22:37 +07:00
- /.*travis/
os:
- linux
2015-11-08 01:06:11 +07:00
notifications:
email:
on_success: change
on_failure: change