1
0
Fork 0

Enable OSX build for Travis CI (#44)

master
Adam Stachowicz 2018-06-22 04:37:22 +02:00 committed by galaxyhaxz
parent 68422d2f39
commit a71ff341f6
2 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.org/galaxyhaxz/devilution.svg?branch=master)](https://travis-ci.org/galaxyhaxz/devilution)
# Devilution # Devilution
Diablo devolved - magic behind the 1996 computer game Diablo devolved - magic behind the 1996 computer game