aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2020-05-19 12:03:53 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-02-25 08:50:34 +0100
commit29d6b1da2a862bfbb14e7821979c97416c5400e8 (patch)
tree8c31c0d9802b14c7277ba79ad312031e1b92ed77 /ci
parent56f06a986385b24818a53fde24c6f3a0b01f1a93 (diff)
downloadbitcoin-29d6b1da2a862bfbb14e7821979c97416c5400e8.tar.xz
test: previous releases: add v0.20.1
Can be reviewed with --ignore-all-space
Diffstat (limited to 'ci')
-rw-r--r--ci/test/00_setup_env_native_qt5.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_native_qt5.sh b/ci/test/00_setup_env_native_qt5.sh
index 4c42605e9a..d6ef247f98 100644
--- a/ci/test/00_setup_env_native_qt5.sh
+++ b/ci/test/00_setup_env_native_qt5.sh
@@ -14,6 +14,6 @@ export TEST_RUNNER_EXTRA="--previous-releases --coverage --extended --exclude fe
export RUN_UNIT_TESTS_SEQUENTIAL="true"
export RUN_UNIT_TESTS="false"
export GOAL="install"
-export PREVIOUS_RELEASES_TO_DOWNLOAD="v0.15.2 v0.16.3 v0.17.2 v0.18.1 v0.19.1"
+export PREVIOUS_RELEASES_TO_DOWNLOAD="v0.15.2 v0.16.3 v0.17.2 v0.18.1 v0.19.1 v0.20.1"
export BITCOIN_CONFIG="--enable-zmq --with-libs=no --with-gui=qt5 --enable-glibc-back-compat --enable-reduce-exports
--enable-debug --disable-fuzz-binary CFLAGS=\"-g0 -O2 -funsigned-char\" CXXFLAGS=\"-g0 -O2 -funsigned-char\" --with-boost-process"