File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ jobs:
103
103
./make_osx_lua53.sh
104
104
./make_osx_luajit.sh
105
105
./make_osx_silicon_lua53.sh
106
+ ./make_osx_silicon_lua54.sh
106
107
- name : Upload
107
108
uses : actions/upload-artifact@v2
108
109
with :
Original file line number Diff line number Diff line change 93
93
path : ./build/plugin_luajit/**/*
94
94
name : plugin_luajit
95
95
osx :
96
- runs-on : macos-10.15
96
+ runs-on : macos-11
97
97
98
98
steps :
99
99
- uses : actions/checkout@v2
@@ -103,6 +103,8 @@ jobs:
103
103
./make_osx_lua54.sh
104
104
./make_osx_lua53.sh
105
105
./make_osx_luajit.sh
106
+ ./make_osx_silicon_lua53.sh
107
+ ./make_osx_silicon_lua54.sh
106
108
- name : Upload
107
109
uses : actions/upload-artifact@v2
108
110
with :
Original file line number Diff line number Diff line change
1
+ mkdir -p build_osx_54_silicon && cd build_osx_54_silicon
2
+ cmake -DBUILD_SILICON=ON -DLUA_VERSION=5.4.1 -GXcode ../
3
+ cd ..
4
+ cmake --build build_osx_54_silicon --config Release
5
+ mkdir -p plugin_lua54/Plugins/arm64
6
+ cp build_osx_54_silicon/Release/libxlua.dylib plugin_lua54/Plugins/arm64/
7
+
You can’t perform that action at this time.
0 commit comments