1
0
Fork 0
mirror of https://gitlab.redox-os.org/CoffeeCode/redox-ssh.git synced 2025-12-28 17:02:19 +01:00
redox-ssh/.gitlab-ci.yml
2024-04-16 03:59:47 +07:00

19 lines
265 B
YAML

image: "redoxos/redoxer"
stages:
- build
- test
cache:
paths:
- target/
build:redox:
stage: build
script: redoxer build --verbose
test:redox:
stage: test
dependencies:
- build:redox
script: redoxer test --verbose