File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,15 @@ jobs:
101
101
- script : git config --global core.autocrlf false
102
102
displayName : ' Disable automatic crlf conversion'
103
103
- script : |
104
+ call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
105
+ clang --version
106
+ # Set the correct paths and includes. Only the env variables set here are
107
+ # used, not the ones defined in the .jsonl.
108
+ set "PATH=C:\Program Files\LLVM\bin;%PATH%"
109
+ set "AR=llvm-ar"
110
+ set "AS=llvm-as"
111
+ set "CC=clang"
112
+ set RANLIB=echo
104
113
python -m pip install --upgrade pip build wheel setuptools
105
114
python -m pip build --wheel
106
115
condition: eq( variables['Agent.OS'], 'Windows_NT')
@@ -122,13 +131,4 @@ jobs:
122
131
displayName: 'Build wheel (Mac)'
123
132
124
133
125
- # call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
126
- # clang --version
127
- # Set the correct paths and includes. Only the env variables set here are
128
- # used, not the ones defined in the .jsonl.
129
- # #set "PATH=C:\Program Files\LLVM\bin;%PATH%"
130
- # set "AR=llvm-ar"
131
- # set "AS=llvm-as"
132
- # set "CC=clang"
133
- # set RANLIB=echo
134
-
134
+
You can’t perform that action at this time.
0 commit comments