mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-04 03:00:37 +08:00
Build asan only in master
This commit is contained in:
parent
cd3534723f
commit
5394aa70ec
8
.github/workflows/build_flatpak.yml
vendored
8
.github/workflows/build_flatpak.yml
vendored
@ -10,11 +10,3 @@ jobs:
|
|||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
actions_branch: master
|
actions_branch: master
|
||||||
|
|
||||||
build_flatpak_asan:
|
|
||||||
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/build_flatpak.yml@master
|
|
||||||
secrets: inherit
|
|
||||||
needs: build_flatpak
|
|
||||||
with:
|
|
||||||
with_asan: true
|
|
||||||
actions_branch: master
|
|
||||||
|
15
.github/workflows/build_flatpak_asan.yml
vendored
Normal file
15
.github/workflows/build_flatpak_asan.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: Build flatpak asan
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build_flatpak_asan:
|
||||||
|
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/build_flatpak.yml@master
|
||||||
|
secrets: inherit
|
||||||
|
with:
|
||||||
|
with_asan: true
|
||||||
|
actions_branch: master
|
8
.github/workflows/build_osx.yml
vendored
8
.github/workflows/build_osx.yml
vendored
@ -10,11 +10,3 @@ jobs:
|
|||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
actions_branch: master
|
actions_branch: master
|
||||||
|
|
||||||
build_osx_asan:
|
|
||||||
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/build_osx.yml@master
|
|
||||||
secrets: inherit
|
|
||||||
needs: build_osx
|
|
||||||
with:
|
|
||||||
with_asan: true
|
|
||||||
actions_branch: master
|
|
||||||
|
15
.github/workflows/build_osx_asan.yml
vendored
Normal file
15
.github/workflows/build_osx_asan.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
name: Build osx asan
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build_osx_asan:
|
||||||
|
uses: Prusa-Development/PrusaSlicer-Actions/.github/workflows/build_osx.yml@master
|
||||||
|
secrets: inherit
|
||||||
|
with:
|
||||||
|
with_asan: true
|
||||||
|
actions_branch: master
|
Loading…
x
Reference in New Issue
Block a user