mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-31 05:47:02 +00:00
Compare commits
1 Commits
main
...
hanif/cli_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a5f7b8acdd |
10
.github/workflows/build_orca.yml
vendored
10
.github/workflows/build_orca.yml
vendored
@@ -26,8 +26,8 @@ jobs:
|
|||||||
date:
|
date:
|
||||||
ver:
|
ver:
|
||||||
ver_pure:
|
ver_pure:
|
||||||
ubuntu-ver: '2404'
|
ubuntu-ver: "2404"
|
||||||
ubuntu-ver-str: '_Ubuntu2404'
|
ubuntu-ver-str: "_Ubuntu2404"
|
||||||
ORCA_UPDATER_SIG_KEY: ${{ secrets.ORCA_UPDATER_SIG_KEY }}
|
ORCA_UPDATER_SIG_KEY: ${{ secrets.ORCA_UPDATER_SIG_KEY }}
|
||||||
# Branches whose builds are published to the nightly release. The
|
# Branches whose builds are published to the nightly release. The
|
||||||
# belt-printer branch ships alongside main but its assets carry a `_belt`
|
# belt-printer branch ships alongside main but its assets carry a `_belt`
|
||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v7
|
uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
lfs: 'false'
|
lfs: "false"
|
||||||
|
|
||||||
- name: load cached deps
|
- name: load cached deps
|
||||||
if: ${{ !(runner.os == 'macOS' && inputs.macos-combine-only) }}
|
if: ${{ !(runner.os == 'macOS' && inputs.macos-combine-only) }}
|
||||||
@@ -596,7 +596,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
test_repo_dir="${{ runner.temp }}/orca-test-repo"
|
test_repo_dir="${{ runner.temp }}/orca-test-repo"
|
||||||
rm -rf "$test_repo_dir"
|
rm -rf "$test_repo_dir"
|
||||||
git clone --depth 1 https://github.com/OrcaSlicer/orca-test-repo.git "$test_repo_dir"
|
git clone --depth 1 --branch cli-test-suite https://github.com/OrcaSlicer/orca-test-repo.git "$test_repo_dir"
|
||||||
python3 "$test_repo_dir/run_test.py" "${{ github.workspace }}/build/package/bin/orca-slicer"
|
python3 "$test_repo_dir/run_test.py" "${{ github.workspace }}/build/package/bin/orca-slicer"
|
||||||
|
|
||||||
- name: Build orca_custom_preset_tests
|
- name: Build orca_custom_preset_tests
|
||||||
@@ -620,7 +620,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v7
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: OrcaSlicer_profile_validator_Linux_ubuntu_${{ env.ubuntu-ver }}_${{ env.ver }}
|
name: OrcaSlicer_profile_validator_Linux_ubuntu_${{ env.ubuntu-ver }}_${{ env.ver }}
|
||||||
path: './build/src/Release/OrcaSlicer_profile_validator'
|
path: "./build/src/Release/OrcaSlicer_profile_validator"
|
||||||
|
|
||||||
- name: Deploy Ubuntu release
|
- name: Deploy Ubuntu release
|
||||||
if: ${{ github.repository == 'OrcaSlicer/OrcaSlicer' && ! env.ACT && env.deploy_nightly == 'true' && runner.os == 'Linux' && !vars.SELF_HOSTED }}
|
if: ${{ github.repository == 'OrcaSlicer/OrcaSlicer' && ! env.ACT && env.deploy_nightly == 'true' && runner.os == 'Linux' && !vars.SELF_HOSTED }}
|
||||||
|
|||||||
Reference in New Issue
Block a user