mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-02-17 10:48:44 +00:00
Merge pull request #1232 from patricklodder/1.10-disable-win-tests
[travis] disable windows tests
This commit is contained in:
commit
605ff9a796
@ -35,7 +35,7 @@ matrix:
|
||||
packages:
|
||||
- g++-arm-linux-gnueabihf
|
||||
- compiler: ": Win32"
|
||||
env: HOST=i686-w64-mingw32 RUN_TESTS=true GOAL="deploy" BITCOIN_CONFIG="--enable-gui --enable-reduce-exports" MAKEJOBS="-j2"
|
||||
env: HOST=i686-w64-mingw32 GOAL="deploy" BITCOIN_CONFIG="--enable-gui --enable-reduce-exports" MAKEJOBS="-j2"
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
@ -54,7 +54,7 @@ matrix:
|
||||
- g++-multilib
|
||||
- bc
|
||||
- compiler: ": Win64"
|
||||
env: HOST=x86_64-w64-mingw32 RUN_TESTS=true GOAL="deploy" BITCOIN_CONFIG="--enable-gui --enable-reduce-exports" MAKEJOBS="-j2"
|
||||
env: HOST=x86_64-w64-mingw32 GOAL="deploy" BITCOIN_CONFIG="--enable-gui --enable-reduce-exports" MAKEJOBS="-j2"
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user