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