commit dd83097a4755929ee3a3e7da0f9f2ee79a425dd4 Author: juga0 juga@riseup.net Date: Mon May 31 10:02:47 2021 +0000
fix: CI: Really test tor 0.4.6
since master is the default and add test for master. --- .gitlab-ci.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90d23ca..73a309c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -73,11 +73,19 @@ python37tor045: - tox -e py37 - tox -e integration
+python37tor046: + variables: + BASE_IMAGE: python:3.7 + RELEASE: tor-nightly-0.4.6.x-buster + TOR: tor/tor-nightly-0.4.6.x-buster + image: $BASE_IMAGE + script: + - tox -e py37 + - tox -e integration + python37tormaster: variables: BASE_IMAGE: python:3.7 - RELEASE: tor-nightly-master-buster - TOR: tor=0.4.7* image: $BASE_IMAGE script: - tox -e py37
tor-commits@lists.torproject.org