Try to build on Windows.
Change-Id: I93843274dba56809fd43358a219c3fe2ba9e8a3e
This commit is contained in:
parent
20236ca817
commit
f41aa94689
|
@ -27,6 +27,14 @@ matrix:
|
||||||
packages:
|
packages:
|
||||||
- gcc-multilib
|
- gcc-multilib
|
||||||
|
|
||||||
|
- os: linux
|
||||||
|
env: BUILD=i686-w64-mingw CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- binutils-mingw-w64-i686 gcc-mingw-w64-i686 g++-mingw-w64-i686
|
||||||
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./bootstrap && ./configure --enable-remote-bitbang --enable-jtag_vpi && make
|
- ./bootstrap && ./configure --enable-remote-bitbang --enable-jtag_vpi && make
|
||||||
- file src/openocd
|
- file src/openocd
|
||||||
|
|
Loading…
Reference in New Issue