mbusd/.gitlab-ci.yml

7 lines
74 B
YAML
Raw Normal View History

2017-11-09 21:45:19 +01:00
---
build:
script:
- "./configure"
- "autoreconfig -i"
- "make"