#20: Enable OSX build for Travis CI
parent
7e5bed4fb5
commit
01a346380d
|
@ -1,14 +1,23 @@
|
||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
on_failure: change # default: always
|
on_failure: change # default: always
|
||||||
|
|
||||||
|
# Packages for Linux
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- mingw-w64
|
- mingw-w64
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
# Packages for OSX
|
||||||
|
- if [ $TRAVIS_OS_NAME = osx ]; then brew install mingw-w64; fi
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- touch storm.dll
|
- touch storm.dll
|
||||||
- touch diabloui.dll
|
- touch diabloui.dll
|
||||||
|
|
Loading…
Reference in New Issue