MistEO
ab7beaac6e
feat: update local resource by etag ( #6283 )
2023-09-09 23:33:45 +08:00
MistEO
36ab489fc8
feat: 添加CLI支持 ( #6144 )
2023-09-01 15:58:31 +08:00
Long Wang
d916d9e679
ci: remove unrelevant changes
2023-08-31 17:16:17 +08:00
Long Wang
e135e024c5
ci: fix download cli
2023-08-31 17:14:27 +08:00
AnnAngela
ff7f0c09d0
ci: add log
2023-08-31 17:12:17 +08:00
Long Wang
06f16352ef
ci: ship CLI in Linux release
2023-08-31 12:49:13 +08:00
MistEO
681704032b
fix: link in mac-runtime release ( #5954 )
...
在macOS上`ln`产生的符号链接会直接沿用输入的路径,而不会进行变换,因此在现在的情况下产生的符号链接是这样的:
```
libonnxruntime.1.14.1.dylib
libMaaDerpLearning.dylib
libMaaCore.dylib
libopencv_world4.407.dylib
libonnxruntime.dylib@ -> macos-runtime-temp/libonnxruntime.1.14.1.dylib
libopencv_world4.dylib@ -> macos-runtime-temp/libopencv_world4.407.dylib
```
为了生成正确的符号符号链接,我们需要输入的是目标相对链接文件的路径,由于目标和符号链接位于同一文件夹,所以应该是目标的文件名:
```bash
bash-3.2$ libonnxruntime_file=$(basename macos-runtime-temp/libonnxruntime*.dylib)
bash-3.2$ ln -vs $libonnxruntime_file macos-runtime-temp/libonnxruntime.dylib
macos-runtime-temp/libonnxruntime.dylib -> libonnxruntime.1.14.1.dylib
bash-3.2$ libopencv_world_file=$(basename macos-runtime-temp/libopencv_world*.dylib)
bash-3.2$ ln -vs $libopencv_world_file macos-runtime-temp/libopencv_world4.dylib
macos-runtime-temp/libopencv_world4.dylib -> libopencv_world4.407.dylib
```
这样才可以产生正常的符号链接:
```
libMaaCore.dylib
libMaaDerpLearning.dylib
libonnxruntime.1.14.1.dylib
libonnxruntime.dylib -> libonnxruntime.1.14.1.dylib
libopencv_world4.407.dylib
libopencv_world4.dylib -> libopencv_world4.407.dylib
```
2023-08-16 11:02:19 +08:00
David
d7c17fa693
Feat: Auto Update now orders Global tasks.json like Official
...
Tasks_Sorter.py now orders the Global servers tasks with the same order of the official server
For EN: removed Award task + I.S. trader shopping regex
For KR: removed deprecated I.S. tasks
Co-authored-by: 178619 <snoo91919@gmail.com >
2023-08-15 19:53:44 +02:00
Loong
bea8b11c6b
fix: link in mac-runtime release
2023-08-15 17:59:37 +08:00
Infko
8c2d20b06d
move qodana baseline to .github directory
2023-08-01 16:18:32 +00:00
Infko
6cd69e0cf7
add baseline analyze
2023-08-01 11:22:40 +00:00
MistEO
9bbca043e2
ci(qodana): fix branch
2023-08-01 17:59:57 +08:00
Infko
b3e17de782
增加 Qodana 静态扫描 ( #5662 )
...
用于 MAA 主项目的话,建议去 https://qodana.cloud/ 申请一个对应 MAA 主项目的
Token(因为要配置SECRET)。开源项目应该可以免费申请 Ultimate/Ultimate Plus 的授权。
目前还不确定这个静态扫描需要在哪些流程触发,目前是放在main了,感觉可以根据pr流程等进行变更。
[https://qodana.cloud/projects/3j1Pv/reports/g4BmP ](https://qodana.cloud/projects/3j1Pv/reports/g4BmP )
这个是在自己fork的项目里面跑的结果,可以品一品(
追记:https://qodana.cloud/projects/3j1Pv/reports/5vRNG 这个是去除了C++和
xaml部分的(已配置基线,需要到baseline栏看)。
2023-08-01 17:57:27 +08:00
AnnAngela
4db54a10d4
ci: macos-runtime-universal.zip 生成过程自适应版本号
2023-07-25 16:42:17 +08:00
AnnAngela
63d711e1a9
ci: 改进 macos-runtime-universal.zip 生成
2023-07-25 08:08:00 +00:00
_ChingC
364f04517a
ci: 添加macos-runtime的resource文件夹和dylib的symlink
2023-07-25 14:20:24 +08:00
AnnAngela
dc6f1e33f2
ci: 修复路径错误
2023-07-23 15:18:24 +08:00
AnnAngela
6677fe7969
ci: 打包 macos dylib
2023-07-22 08:37:35 +00:00
SherkeyXD
7b754942bd
ci: 规范化step name
2023-07-19 00:37:52 +08:00
SherkeyXD
e77a6866c7
ci: 删除export后面多余的空格
2023-07-18 23:49:56 +08:00
AnnAngela
fdd0210b1f
ci: 修复docs变动检测逻辑
2023-07-02 07:41:53 +00:00
AnnAngela
28264f9e92
ci: 发版检测到docs发生变动时部署
2023-06-16 02:06:05 +00:00
AnnAngela
8b34036f77
ci: 移除不需要的changelog
2023-06-09 18:39:34 +08:00
AnnAngela
a54601093e
ci: 删除多余mac完整包
2023-06-09 18:37:44 +08:00
MistEO
4762e981fc
ci: Do not force push tag
2023-06-09 17:41:17 +08:00
AnnAngela
abe7fcf5bd
feat: add file cleanup step in release-ota.yml workflow
...
This commit adds a step to cleanup unnecessary files after the release build, using the "find" command and a regex pattern to exclude important files matching the new "MAA-${{needs.create-tag.outputs.release_tag}}*.dmg" and "MAA-${{needs.create-tag.outputs.release_tag}}*.html" naming formats, as well as two specific file extensions '.delta' and '.xml'. This helps to improve release build efficiency by removing unneeded files before uploading to MaaRelease.
2023-06-09 03:23:50 +00:00
AnnAngela
74c5544768
ci: 修复 "false" !== false
2023-06-09 02:37:14 +00:00
AnnAngela
8870b564f0
ci: file没指定好
2023-06-09 01:23:27 +00:00
MistEO
b81cdc7571
revert: 回滚mac ota包上传流程(漏了.jpg)
2023-06-08 21:54:07 +08:00
MistEO
9140353ccd
revert: 回滚mac ota包上传流程
2023-06-08 21:45:40 +08:00
AnnAngela
59edcf09b4
ci: 这次应该没问题了……
2023-06-08 19:24:33 +08:00
AnnAngela
0a0b978a99
ci: 再debug一下
2023-06-08 19:22:46 +08:00
AnnAngela
01bc2f8ee5
ci: 先debug一下
2023-06-08 19:18:54 +08:00
AnnAngela
ad14ccd39e
ci: 奇怪的路径
2023-06-08 19:15:39 +08:00
AnnAngela
e94272bd3d
ci: 修复下载路径错误
2023-06-08 19:11:27 +08:00
AnnAngela
880539dcbe
ci: 修复路径错误
2023-06-08 19:07:54 +08:00
AnnAngela
c419ab0a0f
ci: 修复Config未传递的问题
2023-06-08 19:05:08 +08:00
MistEO
f1e62e6420
chore: try to fix release-ota.yml
2023-06-08 18:42:37 +08:00
AnnAngela
c8d9f8b014
ci: 将发版流程全部迁移至 MaaRelease ( #4981 )
2023-06-04 20:53:58 +08:00
MistEO
bc6c1b835e
chore: smoke-testing always upload logs
2023-06-04 20:51:28 +08:00
MistEO
d35f997bf5
fix: res-update-game.yml
2023-06-04 15:58:36 +08:00
MistEO
05c67068d4
fix: res-update-game.yml
2023-06-04 15:45:49 +08:00
AnnAngela
7ff2d58bad
ci: 现在 release-mirrors 会自行调用 update_version_api
2023-05-28 16:55:05 +08:00
MistEO
e32589681e
fix: 修复资源更新CI取消条件
2023-05-28 15:35:20 +08:00
MistEO
e78ac4f49a
fix: res-update-game.yml
2023-05-27 06:21:39 +08:00
MistEO
0aa13202f7
chore: 资源更新器多加一点条件
2023-05-26 21:23:48 +08:00
MistEO
f4e12063c4
fix: 仅对资源文件排序时,不发版
2023-05-26 21:07:04 +08:00
MistEO
653331399d
fix: mirror CI
2023-05-24 01:19:28 +08:00
MistEO
62657d2907
fix: release-ota.yml
2023-05-24 01:18:48 +08:00
MistEO
fbfaf6f0ae
fix: CI mirror
2023-05-24 01:14:59 +08:00