File tree 1 file changed +3
-6
lines changed 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -16,28 +16,24 @@ environment:
16
16
LINE_COVERAGE : " 91"
17
17
NEW_FLAKE8 : 0
18
18
JAVA_HOME : " C:\\ Program Files\\ Java\\ jdk11"
19
- CARGO_ZIGBUILD_PYTHON_PATH : " C:\\ Python36-x64\\ python.exe"
20
19
- PYTHON : " C:\\ Python37-x64"
21
20
PYTHON_VERSION : " 3.7"
22
21
PYTHON_ARCH : " 64"
23
22
LINE_COVERAGE : " 91"
24
23
NEW_FLAKE8 : 0
25
24
JAVA_HOME : " C:\\ Program Files\\ Java\\ jdk11"
26
- CARGO_ZIGBUILD_PYTHON_PATH : " C:\\ Python37-x64\\ python.exe"
27
25
- PYTHON : " C:\\ Python38-x64"
28
26
PYTHON_VERSION : " 3.8"
29
27
PYTHON_ARCH : " 64"
30
28
LINE_COVERAGE : " 72"
31
29
NEW_FLAKE8 : 1
32
30
JAVA_HOME : " C:\\ Program Files\\ Java\\ jdk11"
33
- CARGO_ZIGBUILD_PYTHON_PATH : " C:\\ Python38-x64\\ python.exe"
34
31
- PYTHON : " C:\\ Python39-x64"
35
32
PYTHON_VERSION : " 3.9"
36
33
PYTHON_ARCH : " 64"
37
34
LINE_COVERAGE : " 72"
38
35
NEW_FLAKE8 : 1
39
36
JAVA_HOME : " C:\\ Program Files\\ Java\\ jdk11"
40
- CARGO_ZIGBUILD_PYTHON_PATH : " C:\\ Python39-x64\\ python.exe"
41
37
42
38
build : off
43
39
84
80
- ps : " &powershell -NoProfile -ExecutionPolicy unrestricted -Command \" [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; &([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing 'https://dot.net/v1/dotnet-install.ps1'))) -Version 6.0.200 -InstallDir 'C:\\ Program Files\\ dotnet\\ '\" "
85
81
86
82
# install Zig to cross compile Rust functions
87
- - " %CARGO_ZIGBUILD_PYTHON_PATH% -m pip install ziglang"
88
- - " %CARGO_ZIGBUILD_PYTHON_PATH% -m ziglang version"
83
+ - ps : " $env:CARGO_ZIGBUILD_PYTHON_PATH = " $env:PYTHON\\python.exe"
84
+ - ps : " $env:CARGO_ZIGBUILD_PYTHON_PATH -m pip install ziglang"
85
+ - ps : " $env:CARGO_ZIGBUILD_PYTHON_PATH -m ziglang version"
89
86
90
87
# install Rust
91
88
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
You can’t perform that action at this time.
0 commit comments