Skip to content

Commit 2eb7a93

Browse files
committed
Add win10 test server
1 parent 0107f92 commit 2eb7a93

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests.8/Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@ else ifeq ($(findstring Darwin,$(UNAME)),Darwin)
2929
PYVERS := ${ALL_PYVERS}
3030
PYTHONBIN := /usr/local/bin/pythonXY
3131
endif
32-
else
32+
else ifeq (${HOSTNAME},584VVL9L9XIZV8H)
33+
# This is win10 test server
34+
HOST ?=windows.x86_64
35+
PYVERS := 3.9 3.10 3.11 3.12 3.13 3.14
36+
PYTHONBIN := C:/Users/Administrator/AppData/Local/Programs/Python/PythonXY/python.exe
37+
else ifeq (${HOSTNAME},WIN7-1611171239)
3338
ifeq (${HOST},windows.x86)
3439
PYVERS := 3.7 3.8
3540
PYTHONBIN := C:/PythonXY-32/python

0 commit comments

Comments
 (0)