1
0
Fork 0
devilution/.travis.yml

16 lines
210 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:40:33 +00:00
- mingw-w64-x86_64
- mingw-w64-x86_64-toolchain
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