File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ for /F "tokens=*" %%g in ('C:\\%WINPYTHON%\\python.exe -c "import sys; print(sys
33REM use mingw 32 bit until #3291 is resolved
44set PATH = C:\\%WINPYTHON% ;C:\\%WINPYTHON% \\Scripts;C:\\ProgramData\\chocolatey\\bin;C:\\MinGW\\bin;C:\\MinGW\\msys\\1.0\\bin;C:\\cygwin\\bin;C:\\msys64\\usr\\bin;C:\\msys64\\mingw64\\bin;%PATH%
55C:\\%WINPYTHON% \\python.exe -m pip install -U --progress-bar off pip setuptools wheel
6- C:\\%WINPYTHON% \\python.exe -m pip install -U --progress-bar off pypiwin32 coverage codecov
6+ C:\\%WINPYTHON% \\python.exe -m pip install -U --progress-bar off coverage codecov
77set STATIC_DEPS = true & C:\\%WINPYTHON% \\python.exe -m pip install -U --progress-bar off lxml
88REM install 3rd party tools to test with
99choco install --allow-empty-checksums dmd ldc swig vswhere xsltproc winflexbison
You can’t perform that action at this time.
0 commit comments