mirror of
https://codeberg.org/scip/Config-General.git
synced 2025-12-18 21:20:59 +01:00
more fixes
This commit is contained in:
@@ -2,18 +2,25 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
- os: ubuntu:25.04
|
- os: ubuntu:25.04
|
||||||
- os: ubuntu:24.04
|
- os: ubuntu:24.04
|
||||||
|
- os: macos:15
|
||||||
|
|
||||||
labels:
|
|
||||||
platform: ${platform}
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build:
|
build:
|
||||||
when:
|
when:
|
||||||
event: [push]
|
event: [push]
|
||||||
image: ${os}
|
image: ${os}
|
||||||
commands:
|
commands:
|
||||||
- apt update -y
|
- apt-get update -y
|
||||||
- apt install -y libextutils-builder-perl make
|
- apt-get install -y libextutils-builder-perl make
|
||||||
- perl Makefile.PL
|
- perl Makefile.PL
|
||||||
- make -j4
|
- make -j4
|
||||||
|
|
||||||
|
test:
|
||||||
|
when:
|
||||||
|
event: [push]
|
||||||
|
image: ${os}
|
||||||
|
commands:
|
||||||
|
- apt-get update -y
|
||||||
|
- apt-get install -y make
|
||||||
- make -j4 test
|
- make -j4 test
|
||||||
|
depends_on: [build]
|
||||||
|
|||||||
Reference in New Issue
Block a user