File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -207,11 +207,6 @@ jobs:
207
207
- name : stats
208
208
run : |
209
209
build\${{matrix.buildType}}\qjs.exe -qd
210
- - name : cxxtest
211
- run : |
212
- vswhere -latest
213
- #"C:/Program Files/Microsoft Visual Studio/2022/Enterprise/vcvarsall.bat"
214
- #"C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/17.11.35327.3/bin/Hostx64/x64/cl.exe" /Zs cxxtest.cc
215
210
- name : test
216
211
run : |
217
212
cp build\${{matrix.buildType}}\fib.dll examples\
@@ -220,6 +215,13 @@ jobs:
220
215
build\${{matrix.buildType}}\qjs.exe examples\test_point.js
221
216
build\${{matrix.buildType}}\run-test262.exe -c tests.conf
222
217
build\${{matrix.buildType}}\function_source.exe
218
+ - name : Set up Visual Studio shell
219
+ uses : egor-tensin/vs-shell@v2
220
+ with :
221
+ arch : ${{ matrix.arch == 'x64' && 'x64' || 'x86' }}
222
+ - name : cxxtest
223
+ run : |
224
+ cl.exe /Zs cxxtest.cc
223
225
224
226
windows-msvc-vs2019 :
225
227
runs-on : windows-2019
You can’t perform that action at this time.
0 commit comments