pipeline test #1

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2017-06-25 15:47:19 +00:00
parent 8eba3a0edb
commit 66b3ea04cb

View File

@ -3,10 +3,18 @@
# Only use spaces to indent your .yml configuration. # Only use spaces to indent your .yml configuration.
# ----- # -----
# You can specify a custom docker image from Docker Hub as your build environment. # You can specify a custom docker image from Docker Hub as your build environment.
# image: docker-image:tag image: sutoj/builder:xenial
clone:
depth: 20
pipelines: pipelines:
default: default:
- step: - step:
script: script:
- echo "Everything is awesome!" - echo "Everything is awesome!"
branches:
bbpl:
- step:
script:
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-database=mariadb --enable-tcpwrappers