File tree Expand file tree Collapse file tree 1 file changed +2
-38
lines changed
Expand file tree Collapse file tree 1 file changed +2
-38
lines changed Original file line number Diff line number Diff line change 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
38204527 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
You can’t perform that action at this time.
0 commit comments