1
0
Fork 0
devilution/.travis.yml

17 lines
219 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 21:23:29 +00:00
- mingw-w64
2018-06-20 21:20:55 +00:00
- mingw-w64-tools
2018-06-20 21:23:29 +00:00
- gcc-mingw-w64
2018-06-20 19:59:02 +00:00
- gcc-mingw-w64-i686
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