rlox-tree/.woodpecker/build.yaml

9 lines
113 B
YAML

when:
- event: push
branch: main
steps:
- name: build
image: rust
commands:
- cargo build