mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 02:31:58 +01:00
parent
8eba3a0edb
commit
66b3ea04cb
@ -3,10 +3,18 @@
|
||||
# Only use spaces to indent your .yml configuration.
|
||||
# -----
|
||||
# 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:
|
||||
default:
|
||||
- step:
|
||||
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…
Reference in New Issue
Block a user