Commit 6150ffb9 authored by Niels's avatar Niels

more compilers

parent be05dbe6
......@@ -16,12 +16,34 @@ sudo: false
matrix:
include:
# OSX / Clang
- os: osx
osx_image: beta-xcode6.1
- os: osx
osx_image: beta-xcode6.2
- os: osx
osx_image: beta-xcode6.3
- os: osx
osx_image: xcode6.4
- os: osx
osx_image: xcode7.1
- os: osx
osx_image: xcode7.2
- os: osx
osx_image: xcode7.3
- os: osx
osx_image: xcode8
# Linux / GCC
- os: linux
compiler: gcc
env: COMPILER=g++-4.9
......@@ -38,6 +60,14 @@ matrix:
sources: ['ubuntu-toolchain-r-test']
packages: g++-5
- os: linux
compiler: gcc
env: COMPILER=g++-6
addons:
apt:
sources: ['ubuntu-toolchain-r-test']
packages: g++-6
#####################
# installation step #
......@@ -56,6 +86,12 @@ script:
- $CXX --version
- make
- test/json_unit
- if [ `which brew` ]; then
brew update ;
brew tap nlohmann/json ;
brew install nlohmann_json --HEAD ;
brew test nlohmann_json ;
fi
#language: cpp
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment