mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 13:42:01 +08:00
Add build workflow
This commit is contained in:
parent
e00c46f070
commit
277cf9833c
32
.github/workflows/build.yml
vendored
Normal file
32
.github/workflows/build.yml
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build_osx:
|
||||
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/build_osx.yml@master
|
||||
secrets: inherit
|
||||
|
||||
build_osx_asan:
|
||||
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/build_osx.yml@master
|
||||
secrets: inherit
|
||||
needs: build_osx
|
||||
with:
|
||||
with_asan: true
|
||||
|
||||
build_win:
|
||||
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/build_windows.yml@master
|
||||
secrets: inherit
|
||||
|
||||
build_flatpak:
|
||||
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/build_flatpak.yml@master
|
||||
secrets: inherit
|
||||
|
||||
build_flatpak_asan:
|
||||
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/build_flatpak.yml@master
|
||||
secrets: inherit
|
||||
needs: build_flatpak
|
||||
with:
|
||||
with_asan: true
|
Loading…
x
Reference in New Issue
Block a user