aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env_native_qt5.sh
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2020-05-04 15:41:18 +0200
committerSjors Provoost <sjors@sprovoost.nl>2020-05-08 16:13:29 +0200
commitd135c294764add81683ba47575f9a5dde7d7c07f (patch)
treef90af279f625da7cc73ec0742bdb45f5ce4d4180 /ci/test/00_setup_env_native_qt5.sh
parent9c246b873c74834a121edba00fcaecf0cba6f9b4 (diff)
downloadbitcoin-d135c294764add81683ba47575f9a5dde7d7c07f.tar.xz
[ci] make list of previous releases to download a setting
Co-Authored-By: MarcoFalke <falke.marco@gmail.com>
Diffstat (limited to 'ci/test/00_setup_env_native_qt5.sh')
-rw-r--r--ci/test/00_setup_env_native_qt5.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/test/00_setup_env_native_qt5.sh b/ci/test/00_setup_env_native_qt5.sh
index 4dedea23bc..906687175d 100644
--- a/ci/test/00_setup_env_native_qt5.sh
+++ b/ci/test/00_setup_env_native_qt5.sh
@@ -14,4 +14,5 @@ export RUN_UNIT_TESTS_SEQUENTIAL="true"
export RUN_UNIT_TESTS="false"
export GOAL="install"
export TEST_PREVIOUS_RELEASES=true
+export PREVIOUS_RELEASES_TO_DOWNLOAD="v0.15.2 v0.16.3 v0.17.1 v0.18.1 v0.19.1"
export BITCOIN_CONFIG="--enable-zmq --with-gui=qt5 --enable-glibc-back-compat --enable-reduce-exports --enable-c++17 --enable-debug CFLAGS=\"-g0 -O2 -funsigned-char\" CXXFLAGS=\"-g0 -O2 -funsigned-char\""