mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
enable CICD build for PR
This commit is contained in:
parent
2795c5729a
commit
61bb16334b
4 changed files with 12 additions and 0 deletions
3
.github/workflows/build_linux.yml
vendored
3
.github/workflows/build_linux.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
appimage-builder:
|
appimage-builder:
|
||||||
|
|
3
.github/workflows/build_mac_arm64.yml
vendored
3
.github/workflows/build_mac_arm64.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_osx_arm64:
|
build_osx_arm64:
|
||||||
|
|
3
.github/workflows/build_mac_x64.yml
vendored
3
.github/workflows/build_mac_x64.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_osx_x86_64:
|
build_osx_x86_64:
|
||||||
|
|
3
.github/workflows/build_win.yml
vendored
3
.github/workflows/build_win.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_win64:
|
build_win64:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue