mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Disable unit tests for 32-bit builds to avoid Travis 10 min timeout
This commit is contained in:
parent
e9f6e82bbf
commit
09feb14605
1 changed files with 2 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ jobs:
|
||||||
PACKAGES="python3 nsis g++-mingw-w64-i686 wine-binfmt wine32"
|
PACKAGES="python3 nsis g++-mingw-w64-i686 wine-binfmt wine32"
|
||||||
GOAL="install"
|
GOAL="install"
|
||||||
BITCOIN_CONFIG="--enable-reduce-exports"
|
BITCOIN_CONFIG="--enable-reduce-exports"
|
||||||
|
RUN_UNIT_TESTS=false # secp-zkp times out Travis, get 32-bit build in upstream?
|
||||||
# Win64
|
# Win64
|
||||||
- stage: test
|
- stage: test
|
||||||
env: >-
|
env: >-
|
||||||
|
|
@ -91,6 +92,7 @@ jobs:
|
||||||
GOAL="install"
|
GOAL="install"
|
||||||
BITCOIN_CONFIG="--enable-zmq --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++"
|
BITCOIN_CONFIG="--enable-zmq --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++"
|
||||||
CONFIG_SHELL="/bin/dash"
|
CONFIG_SHELL="/bin/dash"
|
||||||
|
RUN_UNIT_TESTS=false # secp-zkp times out Travis, get 32-bit build in upstream?
|
||||||
# x86_64 Linux (uses qt5 dev package instead of depends Qt to speed up build and avoid timeout)
|
# x86_64 Linux (uses qt5 dev package instead of depends Qt to speed up build and avoid timeout)
|
||||||
- stage: test
|
- stage: test
|
||||||
env: >-
|
env: >-
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue