Commit bae24f5 1 parent bdd7cb5 commit bae24f5 Copy full SHA for bae24f5
File tree 2 files changed +20
-10
lines changed
2 files changed +20
-10
lines changed Original file line number Diff line number Diff line change 16
16
steps :
17
17
- uses : actions/checkout@v1
18
18
- uses : xmake-io/github-action-setup-xmake@v1
19
+ with :
20
+ xmake-version : branch@dev
19
21
20
22
- name : Update git submodule
21
23
run : |
@@ -86,14 +88,14 @@ jobs:
86
88
87
89
- name : Package
88
90
run : |
89
- xmake package -v
91
+ xmake package
90
92
xmake install -o dist/lcui-package
91
93
92
94
- name : Build examples
93
95
run : |
94
96
cd examples
95
- xmake config -P . -y -v
96
- xmake build -P . -v
97
+ xmake config -P . -y
98
+ xmake build -P .
97
99
xmake install -P . -o ../dist/lcui-examples
98
100
mv ../dist/lcui-examples/bin/* ../dist/lcui-examples/
99
101
rm -r ../dist/lcui-examples/bin
Original file line number Diff line number Diff line change 240
240
["cmake#31fecfc4"] = {
241
241
repo = {
242
242
branch = "master",
243
- commit = "063862d6bd80b41cee3bf3e093941724e1e86e3b ",
243
+ commit = "123ec42158b7bbf0ce3b143c046ccc5033cf2121 ",
244
244
url = "https://gitee.com/tboox/xmake-repo.git"
245
245
},
246
246
version = "3.28.3-msvc11"
264
264
["libomp#31fecfc4"] = {
265
265
repo = {
266
266
branch = "master",
267
- commit = "063862d6bd80b41cee3bf3e093941724e1e86e3b ",
267
+ commit = "123ec42158b7bbf0ce3b143c046ccc5033cf2121 ",
268
268
url = "https://gitee.com/tboox/xmake-repo.git"
269
269
},
270
- version = "12.0.1 "
270
+ version = "19.1.0 "
271
271
},
272
272
["libpng#31fecfc4"] = {
273
273
repo = {
274
274
branch = "master",
275
- commit = "570c9dfab7fafab1515cf3cd1c9fa76a68ef195a ",
275
+ commit = "123ec42158b7bbf0ce3b143c046ccc5033cf2121 ",
276
276
url = "https://gitee.com/tboox/xmake-repo.git"
277
277
},
278
- version = "v1.6.43 "
278
+ version = "v1.6.44 "
279
279
},
280
280
["libxml2#31fecfc4"] = {
281
281
repo = {
282
282
branch = "master",
283
- commit = "063862d6bd80b41cee3bf3e093941724e1e86e3b ",
283
+ commit = "123ec42158b7bbf0ce3b143c046ccc5033cf2121 ",
284
284
url = "https://gitee.com/tboox/xmake-repo.git"
285
285
},
286
- version = "2 .13.2 "
286
+ version = "v2 .13.4 "
287
287
},
288
288
["libyaml#31fecfc4"] = {
289
289
repo = {
301
301
},
302
302
version = "2.0.3"
303
303
},
304
+ ["python 3.x#31fecfc4"] = {
305
+ repo = {
306
+ branch = "master",
307
+ commit = "123ec42158b7bbf0ce3b143c046ccc5033cf2121",
308
+ url = "https://gitee.com/tboox/xmake-repo.git"
309
+ },
310
+ version = "3.12.3"
311
+ },
304
312
["zlib#31fecfc4"] = {
305
313
repo = {
306
314
branch = "master",
You can’t perform that action at this time.
0 commit comments