mirror of
https://github.com/ksherlock/wdc-utils.git
synced 2024-12-12 19:30:38 +00:00
Merge branch 'master' of https://github.com/ksherlock/wdc-utils
This commit is contained in:
commit
db1d452f53
29
.travis.yml
29
.travis.yml
@ -1,27 +1,12 @@
|
||||
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
|
||||
dist: bionic
|
||||
language: cpp
|
||||
os:
|
||||
- osx
|
||||
- linux
|
||||
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
|
||||
script: make all
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user