2017-11-09 21:45:19 +01:00
|
|
|
---
|
2017-11-09 21:54:06 +01:00
|
|
|
image: debian:unstable
|
|
|
|
|
2017-11-09 21:45:19 +01:00
|
|
|
build:
|
2017-11-09 21:54:06 +01:00
|
|
|
before_script:
|
|
|
|
- apt update -qq
|
2017-11-09 22:00:06 +01:00
|
|
|
- apt install -y -qq build-essential autoconf automake pkg-config libtool m4 autoconf-archive
|
2017-11-09 21:54:06 +01:00
|
|
|
|
2017-11-09 21:45:19 +01:00
|
|
|
script:
|
|
|
|
- "./configure"
|
2017-11-09 22:00:06 +01:00
|
|
|
- "autoreconf -i"
|
2017-11-09 21:45:19 +01:00
|
|
|
- "make"
|
2017-11-09 22:00:06 +01:00
|
|
|
|
|
|
|
# The files which are to be made available in GitLab
|
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- src/mbusd
|