engage_earn_api/ci/build-linux.yml
Mitchell Marino 5f2bba7e60 update ci
2023-01-11 22:45:29 -06:00

18 lines
202 B
YAML

platform: linux
image_resource:
type: registry-image
source: {repository: rust}
caches:
- path: "./target/"
inputs:
- name: repo
run:
path: cargo
args: ["build", "--release"]
dir: "repo"