mirror of
https://github.com/ksherlock/merlin-utils.git
synced 2024-12-26 06:29:34 +00:00
Update .travis.yml
This commit is contained in:
parent
03b35d1bc2
commit
48a21693b0
15
.travis.yml
15
.travis.yml
@ -1,23 +1,12 @@
|
|||||||
|
dist: bionic
|
||||||
language: generic
|
language: generic
|
||||||
os: osx
|
os: osx
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
env: COMPILER_NAME=gcc CXX=g++-5 CC=gcc-5
|
env: COMPILER_NAME=gcc CXX=g++ CC=gcc
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- g++-5
|
|
||||||
sources: &sources
|
|
||||||
- llvm-toolchain-precise-3.8
|
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
- os: linux
|
- os: linux
|
||||||
env: COMPILER_NAME=clang CXX=clang++-3.8 CC=clang-3.8
|
env: COMPILER_NAME=clang CXX=clang++-3.8 CC=clang-3.8
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- clang-3.8
|
|
||||||
sources: *sources
|
|
||||||
|
|
||||||
script: make all
|
script: make all
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user