mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 14:28:40 +02:00
14 lines
307 B
YAML
14 lines
307 B
YAML
tests:
|
|
image: 'debian:stable-slim'
|
|
before_script:
|
|
- apt update && apt-get -y install gcc make
|
|
- useradd --create-home testuser
|
|
- chown -R testuser .
|
|
- chmod -R go-w .
|
|
script:
|
|
- LANG=C.UTF-8 su testuser -c 'make test'
|
|
artifacts:
|
|
when: always
|
|
paths:
|
|
- tests/test.out
|