gitlab-ci test5

This commit is contained in:
Nick 2017-11-12 12:17:13 +01:00
parent c2395ed443
commit 3c3bb7671d

View File

@ -3,7 +3,6 @@ image: debian:unstable
stages: stages:
- build_release - build_release
- package
build: build:
stage: build_release stage: build_release
@ -15,12 +14,9 @@ build:
- "./configure" - "./configure"
- "autoreconf -i" - "autoreconf -i"
- "make" - "make"
package:
stage: package
# The files which are to be made available in GitLab
script:
- "true"
artifacts: artifacts:
paths: paths:
- src/mbusd - src/mbusd
- doc/mbusd.8