mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-04-20 05:00:06 +08:00
Fix CICD
This commit is contained in:
parent
905ad5296b
commit
7e87d9f031
2
.github/workflows/build_linux.yml
vendored
2
.github/workflows/build_linux.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
|||||||
rm OrcaSlicer_dep_ubuntu_02-08-2023.tar.gz
|
rm OrcaSlicer_dep_ubuntu_02-08-2023.tar.gz
|
||||||
|
|
||||||
|
|
||||||
- name: Build Studio
|
- name: Build slicer
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
./BuildLinux.sh -isr
|
./BuildLinux.sh -isr
|
||||||
|
2
.github/workflows/build_mac_arm64.yml
vendored
2
.github/workflows/build_mac_arm64.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
|||||||
rm OrcaSlicer_dep_mac_arm64_06-08-2023.tar.gz
|
rm OrcaSlicer_dep_mac_arm64_06-08-2023.tar.gz
|
||||||
|
|
||||||
|
|
||||||
- name: Build studio
|
- name: Build slicer
|
||||||
working-directory: ${{ github.workspace }}
|
working-directory: ${{ github.workspace }}
|
||||||
run: |
|
run: |
|
||||||
./build_release_macos.sh -s -n -a arm64
|
./build_release_macos.sh -s -n -a arm64
|
||||||
|
2
.github/workflows/build_mac_x64.yml
vendored
2
.github/workflows/build_mac_x64.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
|||||||
rm OrcaSlicer_dep_mac_x86_64_06-08-2023.tar.gz
|
rm OrcaSlicer_dep_mac_x86_64_06-08-2023.tar.gz
|
||||||
|
|
||||||
|
|
||||||
- name: Build studio
|
- name: Build slicer
|
||||||
working-directory: ${{ github.workspace }}
|
working-directory: ${{ github.workspace }}
|
||||||
run: ./build_release_macos.sh -s -n -a x86_64
|
run: ./build_release_macos.sh -s -n -a x86_64
|
||||||
|
|
||||||
|
4
.github/workflows/build_win.yml
vendored
4
.github/workflows/build_win.yml
vendored
@ -63,9 +63,9 @@ jobs:
|
|||||||
|
|
||||||
# - run: Get-ChildItem ${{ github.workspace }}/deps/build/ -Exclude OrcaSlicer_dep | Remove-Item -Recurse -Force
|
# - run: Get-ChildItem ${{ github.workspace }}/deps/build/ -Exclude OrcaSlicer_dep | Remove-Item -Recurse -Force
|
||||||
|
|
||||||
- name: Build studio
|
- name: Build slicer
|
||||||
working-directory: ${{ github.workspace }}
|
working-directory: ${{ github.workspace }}
|
||||||
run: .\build_release.bat studio
|
run: .\build_release.bat slicer
|
||||||
|
|
||||||
# - name: pack app
|
# - name: pack app
|
||||||
# working-directory: ${{ github.workspace }}/build
|
# working-directory: ${{ github.workspace }}/build
|
||||||
|
@ -40,7 +40,7 @@ while getopts ":dsiuhgbr" opt; do
|
|||||||
BUILD_DEPS="1"
|
BUILD_DEPS="1"
|
||||||
;;
|
;;
|
||||||
s )
|
s )
|
||||||
BUILD_BAMBU_STUDIO="1"
|
BUILD_ORCA="1"
|
||||||
;;
|
;;
|
||||||
b )
|
b )
|
||||||
BUILD_DEBUG="1"
|
BUILD_DEBUG="1"
|
||||||
@ -212,7 +212,7 @@ then
|
|||||||
echo "done"
|
echo "done"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -n "$BUILD_BAMBU_STUDIO" ]]
|
if [[ -n "$BUILD_ORCA" ]]
|
||||||
then
|
then
|
||||||
echo "[7/9] Configuring Slic3r..."
|
echo "[7/9] Configuring Slic3r..."
|
||||||
BUILD_ARGS=""
|
BUILD_ARGS=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user