mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-06-29 20:25:11 +08:00
12 lines
126 B
YAML
12 lines
126 B
YAML
language: perl
|
|
install: true
|
|
script: perl ./Build.PL
|
|
perl:
|
|
- "5.14"
|
|
- "5.12"
|
|
branches:
|
|
only:
|
|
- master
|
|
- stable
|
|
|