Again!
Change-Id: I3b0a4d99c51fcb7723ccc46199893c54b8f8d9b8
This commit is contained in:
parent
4ec67834db
commit
1632726198
|
@ -28,14 +28,14 @@ matrix:
|
||||||
- gcc-multilib
|
- gcc-multilib
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
env: BUILD=i686-w64-mingw CXX=i686-w64-mingw32-g++
|
env:
|
||||||
compiler: i686-w64-mingw32-gcc
|
- BUILD=i686-w64-mingw
|
||||||
|
- CONFIGURE_ARGS="--build=i686-unknown-linux-gnu --host=i686-w64-mingw32"
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- binutils-mingw-w64-i686 gcc-mingw-w64-i686 g++-mingw-w64-i686
|
- 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 $CONFIGURE_ARGS && make
|
||||||
- file src/openocd
|
- file src/openocd
|
||||||
|
|
Loading…
Reference in New Issue