[CI] ag5
This commit is contained in:
@@ -171,12 +171,7 @@ jobs:
|
|||||||
echo "VERSION=$VERSION" >> $env:GITHUB_ENV
|
echo "VERSION=$VERSION" >> $env:GITHUB_ENV
|
||||||
|
|
||||||
- name: 构建项目 (Windows Native)
|
- name: 构建项目 (Windows Native)
|
||||||
run: |
|
run: powershell -Command "xmake f -p windows -a x86_64 -m release -y; xmake build -j`$env:NUMBER_OF_PROCESSORS; Write-Host 'Done'"
|
||||||
powershell -Command "
|
|
||||||
xmake f -p windows -a x86_64 -m release -y
|
|
||||||
xmake build -j`$env:NUMBER_OF_PROCESSORS
|
|
||||||
Write-Host 'Windows构建成功。'
|
|
||||||
"
|
|
||||||
|
|
||||||
- name: 打包Windows发布文件
|
- name: 打包Windows发布文件
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user