Skip to content

Commit a8cb521

Browse files
committed
调试github actions
1 parent 4572c8d commit a8cb521

File tree

1 file changed

+2
-38
lines changed

1 file changed

+2
-38
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,7 @@ jobs:
1414
mkdir x86
1515
cd x86
1616
cmake ../
17-
cmake --build . --config RelWithDebInfo --target install
18-
19-
- name: Build x86.51
20-
run: |
21-
cd x86
22-
cmake ../ -DEMMY_LUA_VERSION=51 -DEMMY_USE_LUA_SOURCE=true
23-
cmake --build . --config RelWithDebInfo --target install
24-
25-
- name: Build x86.52
26-
run: |
27-
cd x86
28-
cmake ../ -DEMMY_LUA_VERSION=52 -DEMMY_USE_LUA_SOURCE=true
29-
cmake --build . --config RelWithDebInfo --target install
30-
31-
- name: Build x86.53
32-
run: |
33-
cd x86
34-
cmake ../ -DEMMY_LUA_VERSION=53 -DEMMY_USE_LUA_SOURCE=true
35-
cmake --build . --config RelWithDebInfo --target install
17+
cmake --build . --config Debug --target install
3618
3719
- name: Upload x86
3820
uses: actions/[email protected]
@@ -45,25 +27,7 @@ jobs:
4527
mkdir x64
4628
cd x64
4729
cmake ../ -G "Visual Studio 15 2017 Win64"
48-
cmake --build . --config RelWithDebInfo --target install
49-
50-
- name: Build x64.51
51-
run: |
52-
cd x64
53-
cmake ../ -G "Visual Studio 15 2017 Win64" -DEMMY_LUA_VERSION=51 -DEMMY_USE_LUA_SOURCE=true
54-
cmake --build . --config RelWithDebInfo --target install
55-
56-
- name: Build x64.52
57-
run: |
58-
cd x64
59-
cmake ../ -G "Visual Studio 15 2017 Win64" -DEMMY_LUA_VERSION=52 -DEMMY_USE_LUA_SOURCE=true
60-
cmake --build . --config RelWithDebInfo --target install
61-
62-
- name: Build x64.53
63-
run: |
64-
cd x64
65-
cmake ../ -G "Visual Studio 15 2017 Win64" -DEMMY_LUA_VERSION=53 -DEMMY_USE_LUA_SOURCE=true
66-
cmake --build . --config RelWithDebInfo --target install
30+
cmake --build . --config Debug --target install
6731
6832
- name: Upload x64
6933
uses: actions/[email protected]

0 commit comments

Comments
 (0)