1
0
Fork 0
devilution/.travis.yml

15 lines
162 B
YAML
Raw Normal View History

2018-06-20 17:30:57 +00:00
language: cpp
notifications:
email:
on_failure: change # default: always
2018-06-20 17:34:27 +00:00
addons:
apt:
packages:
2018-06-20 17:37:02 +00:00
- gcc-mingw-w64
2018-06-20 17:39:09 +00:00
- g++
2018-06-20 17:34:27 +00:00
2018-06-20 17:30:57 +00:00
script:
2018-06-20 17:32:44 +00:00
- make