add ci build
This commit is contained in:
parent
d11f292b1b
commit
6f7c558dca
1 changed files with 25 additions and 0 deletions
25
ci/concourse/build.yaml
Normal file
25
ci/concourse/build.yaml
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
resources:
|
||||||
|
- name: content
|
||||||
|
type: git
|
||||||
|
source:
|
||||||
|
uri: https://xbib.org/gogs/joerg/content
|
||||||
|
jobs:
|
||||||
|
- name: build
|
||||||
|
plan:
|
||||||
|
- get: content
|
||||||
|
trigger: true
|
||||||
|
- task: build
|
||||||
|
config:
|
||||||
|
platform: linux
|
||||||
|
image_resource:
|
||||||
|
type: docker-image
|
||||||
|
source:
|
||||||
|
repository: fl.hbz-nrw.de
|
||||||
|
image: centos-gradle
|
||||||
|
inputs:
|
||||||
|
- name: content
|
||||||
|
run:
|
||||||
|
dir: content
|
||||||
|
path: gradle
|
||||||
|
args:
|
||||||
|
- build
|
Loading…
Reference in a new issue