File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,10 @@ jobs:
21
21
- name : Run task 'build'
22
22
shell : cmd
23
23
run : |
24
- call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
25
24
./build.cmd build
26
25
- name : Run task 'in-tests-core'
27
26
shell : cmd
28
27
run : |
29
- call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
30
28
./build.cmd in-tests-core -e
31
29
- name : Upload test results
32
30
uses : actions/upload-artifact@v3
@@ -45,12 +43,10 @@ jobs:
45
43
- name : Run task 'build'
46
44
shell : cmd
47
45
run : |
48
- call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
49
46
./build.cmd build
50
47
- name : Run task 'in-tests-full'
51
48
shell : cmd
52
49
run : |
53
- call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
54
50
./build.cmd in-tests-full -e
55
51
- name : Upload test results
56
52
uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments