blastmud/.concourse.yml

31 lines
677 B
YAML

jobs:
- name: build-blastmud-image
public: true
plan:
- get: blastmud-repo
trigger: true
- task: build
config:
platform: linux
image_resource:
type: registry-image
source:
repository: rust
inputs:
- name: blastmud-repo
caches:
- path: target
- path: .cargo
outputs:
- name: output
run:
path: blastmud-repo/.ci/build
resources:
- name: blastmud-repo
type: git
check_every: never
webhook_token: ((webhook_token))
source:
uri: https://git.blastmud.org/blasthavers/blastmud.git
branch: main