mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-16 20:21:01 +01:00
+woodpecker
This commit is contained in:
24
.woodpecker/build.yaml
Normal file
24
.woodpecker/build.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
matrix:
|
||||
include:
|
||||
- os: ubuntu:25.04
|
||||
- os: ubuntu:24.04
|
||||
|
||||
labels:
|
||||
platform: ${platform}
|
||||
|
||||
steps:
|
||||
build:
|
||||
when:
|
||||
event: [push]
|
||||
image: ${os}
|
||||
commands:
|
||||
- perl Makefile.PL
|
||||
- make -j4
|
||||
|
||||
test:
|
||||
when:
|
||||
event: [push]
|
||||
image: ${os}
|
||||
commands:
|
||||
- make test
|
||||
depends_on: [build]
|
||||
Reference in New Issue
Block a user