sanskrit-iast/.gitlab-ci.yml
2020-01-07 13:37:20 +01:00

13 lines
155 B
YAML

image: debian
stages:
- test
before_script:
- apt update
- apt install -y make gcc pkg-config check
test:
stage: test
script:
- make test