mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
take flow ratio into account for max volumetric speed test
This commit is contained in:
2
.github/workflows/build_linux.yml
vendored
2
.github/workflows/build_linux.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Build Linux
|
||||
|
||||
on: [pull_request]
|
||||
on: [pull_request,push]
|
||||
|
||||
jobs:
|
||||
appimage-builder:
|
||||
|
||||
2
.github/workflows/build_mac_arm64.yml
vendored
2
.github/workflows/build_mac_arm64.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Build Mac arm64
|
||||
|
||||
on: [pull_request]
|
||||
on: [pull_request,push]
|
||||
|
||||
jobs:
|
||||
build_win64:
|
||||
|
||||
2
.github/workflows/build_mac_x64.yml
vendored
2
.github/workflows/build_mac_x64.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Build Mac x64
|
||||
|
||||
on: [pull_request]
|
||||
on: [pull_request,push]
|
||||
|
||||
jobs:
|
||||
build_win64:
|
||||
|
||||
2
.github/workflows/build_win.yml
vendored
2
.github/workflows/build_win.yml
vendored
@@ -1,6 +1,6 @@
|
||||
name: Build Win64
|
||||
|
||||
on: [pull_request]
|
||||
on: [pull_request,push]
|
||||
|
||||
jobs:
|
||||
build_win64:
|
||||
|
||||
Reference in New Issue
Block a user