mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
merge bitcoin#17041: Run tests on arm
This commit is contained in:
parent
0f309b15eb
commit
275716c68f
@ -203,12 +203,12 @@ after_success:
|
||||
- set -o errexit; source ./ci/extended_lint/06_script.sh
|
||||
|
||||
- stage: test
|
||||
name: 'ARM [GOAL: install] [no unit or functional tests]'
|
||||
name: 'ARM [GOAL: install] [unit tests, no functional tests]'
|
||||
env: >-
|
||||
FILE_ENV="./ci/test/00_setup_env_arm.sh"
|
||||
|
||||
- stage: test
|
||||
name: 'Win64 [GOAL: deploy] [no gui or functional tests]'
|
||||
name: 'Win64 [GOAL: deploy] [unit tests, no gui, no functional tests]'
|
||||
env: >-
|
||||
FILE_ENV="./ci/test/00_setup_env_win64.sh"
|
||||
|
||||
|
@ -7,9 +7,10 @@
|
||||
export LC_ALL=C.UTF-8
|
||||
|
||||
export HOST=arm-linux-gnueabihf
|
||||
export PACKAGES="python3 g++-arm-linux-gnueabihf busybox"
|
||||
export QEMU_USER_CMD="qemu-arm -L /usr/arm-linux-gnueabihf/"
|
||||
export PACKAGES="python3 g++-arm-linux-gnueabihf busybox qemu-user"
|
||||
export USE_BUSY_BOX=true
|
||||
export RUN_UNIT_TESTS=false
|
||||
export RUN_UNIT_TESTS=true
|
||||
export RUN_FUNCTIONAL_TESTS=false
|
||||
export GOAL="install"
|
||||
# -Wno-psabi is to disable ABI warnings: "note: parameter passing for argument of type ... changed in GCC 7.1"
|
||||
|
Loading…
Reference in New Issue
Block a user