1
0
mirror of https://github.com/3cky/mbusd synced 2025-10-26 23:46:44 +08:00
mbusd/.gitlab-ci.yml
2017-11-09 22:00:06 +01:00

18 lines
324 B
YAML

---
image: debian:unstable
build:
before_script:
- apt update -qq
- apt install -y -qq build-essential autoconf automake pkg-config libtool m4 autoconf-archive
script:
- "./configure"
- "autoreconf -i"
- "make"
# The files which are to be made available in GitLab
artifacts:
paths:
- src/mbusd