1
0
Fork 0

#20: Enable OSX build for Travis CI

pull/44/head
Saibamen 2018-06-21 21:18:06 +02:00
parent 7e5bed4fb5
commit 01a346380d
1 changed files with 9 additions and 0 deletions

View File

@ -1,14 +1,23 @@
language: cpp
os:
- linux
- osx
notifications:
email:
on_failure: change # default: always
# Packages for Linux
addons:
apt:
packages:
- mingw-w64
before_install:
# Packages for OSX
- if [ $TRAVIS_OS_NAME = osx ]; then brew install mingw-w64; fi
before_script:
- touch storm.dll
- touch diabloui.dll