add ci build

This commit is contained in:
Jörg Prante 2021-05-24 20:42:55 +02:00
parent d11f292b1b
commit 6f7c558dca

25
ci/concourse/build.yaml Normal file
View 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