blastmud/.concourse.yml
2023-02-12 18:03:27 +11:00

30 lines
652 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
outputs:
- name: target
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