riscv: Attempt macos build on Travis
This commit is contained in:
parent
33ef457c6a
commit
1dbbe081a4
|
@ -48,6 +48,13 @@ matrix:
|
||||||
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
|
||||||
|
|
||||||
|
- os: macos
|
||||||
|
env:
|
||||||
|
- BUILD=macos
|
||||||
|
- EXECUTABLE=openocd
|
||||||
|
compiler: gcc
|
||||||
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./bootstrap && ./configure --enable-remote-bitbang --enable-jtag_vpi $CONFIGURE_ARGS && make
|
- ./bootstrap && ./configure --enable-remote-bitbang --enable-jtag_vpi $CONFIGURE_ARGS && make
|
||||||
- file src/$EXECUTABLE
|
- file src/$EXECUTABLE
|
||||||
|
|
Loading…
Reference in New Issue