Remove osx, do 32/64 gcc/clang.
This commit is contained in:
parent
a715500912
commit
bf737b8985
|
@ -1,14 +1,14 @@
|
||||||
language: c
|
language: c
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
- clang
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
env: BUILD=x86_64-linux-gnu
|
env: BUILD=x86_64-linux-gnu
|
||||||
|
|
||||||
- os: linux
|
|
||||||
compiler: clang
|
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
env: BUILD=i686-linux-gnu CFLAGS=-m32
|
env: BUILD=i686-linux-gnu CFLAGS=-m32
|
||||||
addons:
|
addons:
|
||||||
|
@ -16,8 +16,6 @@ matrix:
|
||||||
packages:
|
packages:
|
||||||
- gcc-multilib
|
- gcc-multilib
|
||||||
|
|
||||||
- os: osx
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./bootstrap && ./configure && make
|
- ./bootstrap && ./configure && make
|
||||||
- file src/openocd
|
- file src/openocd
|
||||||
|
|
Loading…
Reference in New Issue