mbusd/.gitlab-ci.yml
2017-11-09 21:45:19 +01:00

7 lines
74 B
YAML

---
build:
script:
- "./configure"
- "autoreconfig -i"
- "make"