[page skip] update Cl

This commit is contained in:
沈瑗杰 2023-01-24 08:26:23 +08:00
parent bba2017f25
commit 06ab90176a

View File

@ -65,6 +65,17 @@ jobs:
Write-Output $infos >> $env:GITHUB_ENV Write-Output $infos >> $env:GITHUB_ENV
python .github/workflows/get_info.py python .github/workflows/get_info.py
# 这堆构建脚本全都是我自己写的
- name: DR-rs build
shell: pwsh
run: |
cd libs/Difficult_Rocket_rs/src
python setup.py build
python after_build.py
python setup.py clean
cd ..
Remove-Item src
# 还是得我自己写脚本 # 还是得我自己写脚本
- name: Build on Windows - name: Build on Windows
if: runner.os == 'Windows' if: runner.os == 'Windows'
@ -131,16 +142,6 @@ jobs:
Rename-Item ./build/DR.dist Difficult-Rocket Rename-Item ./build/DR.dist Difficult-Rocket
- name: DR-rs build
shell: pwsh
run: |
cd libs/Difficult_Rocket_rs/src
python setup.py build
python after_build.py
python setup.py clean
cd ..
rm src
- name: after build - name: after build
shell: pwsh shell: pwsh
run: python ./.github/workflows/after_compile.py run: python ./.github/workflows/after_compile.py