mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-04-06 22:30:32 +02:00
parent
8eba3a0edb
commit
66b3ea04cb
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user