1
0
Fork 0
devilution/.travis.yml

27 lines
353 B
YAML
Raw Permalink Normal View History

2018-06-21 01:36:36 +00:00
language: cpp
2018-06-22 02:37:22 +00:00
os:
- linux
- osx
2018-06-21 01:36:36 +00:00
notifications:
email:
on_failure: change # default: always
2018-06-22 02:37:22 +00:00
# Packages for Linux
2018-06-21 01:36:36 +00:00
addons:
apt:
packages:
- mingw-w64
2018-06-22 02:37:22 +00:00
before_install:
# Packages for OSX
- if [ $TRAVIS_OS_NAME = osx ]; then brew install mingw-w64; fi
2018-06-21 01:36:36 +00:00
before_script:
- touch storm.dll
- touch diabloui.dll
script:
- make