sanskrit-iast/.gitlab-ci.yml

14 lines
155 B
YAML
Raw Normal View History

2020-01-07 13:31:37 +01:00
image: debian
stages:
- test
before_script:
- apt update
- apt install -y make gcc pkg-config check
test:
stage: test
script:
- make test