From a71ff341f6a785a4c9080270033f165587542186 Mon Sep 17 00:00:00 2001 From: Adam Stachowicz Date: Fri, 22 Jun 2018 04:37:22 +0200 Subject: [PATCH] Enable OSX build for Travis CI (#44) --- .travis.yml | 9 +++++++++ README.md | 2 ++ 2 files changed, 11 insertions(+) diff --git a/.travis.yml b/.travis.yml index 77d520a..5354976 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 6c3d2c6..33a6cdc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/galaxyhaxz/devilution.svg?branch=master)](https://travis-ci.org/galaxyhaxz/devilution) + # Devilution Diablo devolved - magic behind the 1996 computer game