Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
c6ef1dd122
3 changed files with 4 additions and 10 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -161,22 +161,17 @@ jobs:
|
|||
with:
|
||||
path: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app/kernel-linux
|
||||
|
||||
- name: Remove Kernel Directory for Windows 32bit
|
||||
uses: JesseTG/rm@v1.0.2
|
||||
with:
|
||||
path: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app/kernel32
|
||||
|
||||
- name: Remove Kernel Directory for Windows
|
||||
uses: JesseTG/rm@v1.0.2
|
||||
with:
|
||||
path: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app/kernel
|
||||
|
||||
- name: Remove Kernel Directory for Mac
|
||||
- name: Remove Kernel Directory for macOS
|
||||
uses: JesseTG/rm@v1.0.2
|
||||
with:
|
||||
path: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app/kernel-darwin
|
||||
|
||||
- name: Remove Kernel Directory for Mac M1
|
||||
- name: Remove Kernel Directory for macOS ARM64
|
||||
uses: JesseTG/rm@v1.0.2
|
||||
with:
|
||||
path: ${{ github.workspace }}/go/src/github.com/siyuan-note/siyuan/app/kernel-darwin-arm64
|
||||
|
|
|
@ -6,11 +6,11 @@ from collections import defaultdict
|
|||
import github
|
||||
|
||||
docmap = {
|
||||
"Feature": "引入特性",
|
||||
"Enhancement": "改进功能",
|
||||
"Bug": "修复缺陷",
|
||||
"Document": "文档相关",
|
||||
"Refactor": "开发重构",
|
||||
"Bug": "修复缺陷",
|
||||
"Feature": "引入特性",
|
||||
"Abolishment": "移除功能"
|
||||
}
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@ cd ..
|
|||
echo 'Cleaning Builds'
|
||||
del /S /Q /F app\build 1>nul
|
||||
del /S /Q /F app\kernel 1>nul
|
||||
del /S /Q /F app\kernel32 1>nul
|
||||
|
||||
echo 'Building Kernel'
|
||||
go version
|
||||
|
|
Loading…
Add table
Reference in a new issue