summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-11-17 19:10:45 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-01-07 13:13:02 -0500
commit34bc02c7bc8b7e8c267e6da9a8c35a6c25f1b72e (patch)
treeae7175fb5d72c632a5e50984ffa32d39585d67aa /.gitlab-ci.yml
parentacf40cae24dab7be7c719dba191daa5cf9f7e676 (diff)
downloadhaskell-34bc02c7bc8b7e8c267e6da9a8c35a6c25f1b72e.tar.gz
configure: Find Python3 for testsuite
In addition, we prefer the Mingw64 Python distribution on Windows due to #17483.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e7d78e74af..683f56c83b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -860,7 +860,7 @@ nightly-i386-windows-hadrian:
- bash -c "PATH=`pwd`/toolchain/bin:$PATH make -j`mk/detect-cpu-count.sh`"
- bash -c "PATH=`pwd`/toolchain/bin:$PATH make binary-dist-prep TAR_COMP_OPTS=-1"
- bash -c "PATH=`pwd`/toolchain/bin:$PATH make test_bindist TEST_PREP=YES"
- - bash -c 'make V=0 test THREADS=`mk/detect-cpu-count.sh` JUNIT_FILE=../../junit.xml'
+ - bash -c 'make V=0 test PYTHON=/mingw64/bin/python3 THREADS=`mk/detect-cpu-count.sh` JUNIT_FILE=../../junit.xml'
tags:
- x86_64-windows
artifacts: