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