zzyyyl
52ff1821e8
ci: 更新 TaskSorter 脚本
2023-10-23 16:22:33 +08:00
北雁 Cryolitia
783a2bb0ab
Change to Appimage Package on Linux ( #7030 )
...
build:
https://github.com/Cryolitia/MaaAssistantArknights/actions/runs/6601833217
test:

PS: 浏览器里写的所以历史有点乱,建议 squash merge
2023-10-23 10:30:22 +08:00
uye
2591a99d6b
feat: 显示 ui 版本号 ( #6944 )
2023-10-16 22:59:32 +08:00
Loong
be52330fd5
ci: use submodule for maa-cli and build it from source
2023-10-16 18:36:58 +08:00
uye
74091e98be
fix: ci
2023-10-16 17:53:13 +08:00
MistEO
c541f23d35
ci: 使用 token 下载 CLI ( #6941 )
2023-10-15 20:05:06 +08:00
David
0f261a097c
chore: removed UnexpectedType error
2023-10-15 11:56:39 +02:00
Loong
d2df732899
ci: trigger CI on changes to the CI workflow
2023-10-15 17:12:00 +08:00
Loong
ca8714e17e
ci: download CLI with token
2023-10-15 16:38:20 +08:00
uye
8dbbb66a42
test: test ci
2023-10-15 12:54:47 +08:00
uye
eff4b259ba
test: test ci
2023-10-15 12:50:17 +08:00
uye
d921477f8d
ci: 输出内容
...
怎么又炸了.jpg
2023-10-15 04:08:16 +08:00
uye
1ffe83bc0c
ci: 修复错误的Version格式
2023-10-15 03:56:07 +08:00
uye
d5acf3d183
ci: smoke testing同步修改
2023-10-15 03:36:21 +08:00
uye
fefa67dab0
ci: fix 元素修改
2023-10-15 03:25:51 +08:00
uye
c266e22f5d
ci: 修改错误类型
2023-10-15 01:55:02 +08:00
uye
9cbfff055a
ci: 修改错误路径名
2023-10-15 01:42:38 +08:00
uye
e47e38afba
ci: 修改错误的路径名
2023-10-15 01:39:03 +08:00
uye
ddf665f3a4
feat: 显示 ui 版本号
2023-10-15 01:34:28 +08:00
uye
36270f0c2f
Revert "ci: Update smoke-testing.yml -> .NET8"
...
This reverts commit d8a4d9b762 .
2023-10-13 18:00:46 +08:00
uye
d8a4d9b762
ci: Update smoke-testing.yml -> .NET8
2023-10-13 16:25:06 +08:00
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