Build 32- and 64-bit binaries with Travis.
This commit is contained in:
+13
@@ -1,5 +1,18 @@
|
||||
language: c
|
||||
dist: trusty
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
env: BUILD=x86_64-linux-gnu
|
||||
|
||||
- os: linux
|
||||
env: BUILD=i686-linux-gnu CFLAGS=-m32
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- gcc-multilib
|
||||
|
||||
script:
|
||||
- ./bootstrap && ./configure && make
|
||||
- file src/openocd
|
||||
|
||||
Reference in New Issue
Block a user