mirror of
https://github.com/ksherlock/merlin-utils.git
synced 2024-12-09 03:49:21 +00:00
Create .travis.yml
This commit is contained in:
parent
b55305d11c
commit
03b35d1bc2
27
.travis.yml
Normal file
27
.travis.yml
Normal file
@ -0,0 +1,27 @@
|
||||
language: generic
|
||||
os: osx
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
env: COMPILER_NAME=gcc CXX=g++-5 CC=gcc-5
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- g++-5
|
||||
sources: &sources
|
||||
- llvm-toolchain-precise-3.8
|
||||
- ubuntu-toolchain-r-test
|
||||
- os: linux
|
||||
env: COMPILER_NAME=clang CXX=clang++-3.8 CC=clang-3.8
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- clang-3.8
|
||||
sources: *sources
|
||||
|
||||
script: make all
|
||||
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
|
Loading…
Reference in New Issue
Block a user