sanskrit-iast/.gitlab-ci.yml
2021-02-23 07:57:55 +01:00

15 lines
203 B
YAML

image: debian
stages:
- test
before_script:
- apt update
- apt install -y autoconf make gcc pkg-config check
test:
stage: test
script:
- sh autogen.sh
- sh configure
- make test