Implement OSX Travis builds

This commit is contained in:
Pavel Puchkin
2016-01-29 16:15:58 +02:00
committed by est31
parent 99c905c563
commit c4e0d95c87
3 changed files with 37 additions and 18 deletions

View File

@@ -2,10 +2,13 @@ language: cpp
compiler:
- gcc
- clang
os:
- osx
- linux
env:
- PLATFORM=Win32
- PLATFORM=Win64
- PLATFORM=Linux
- PLATFORM=Unix
before_install: ./util/travis/before_install.sh
script: ./util/travis/script.sh
sudo: required
@@ -18,3 +21,9 @@ matrix:
compiler: clang
- env: PLATFORM=Win64
compiler: clang
- env: PLATFORM=Win32
os: osx
- env: PLATFORM=Win64
os: osx
- compiler: gcc
os: osx