politburo/.woodpecker.yml
Isaac Mills a8efeda463
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Plan data structures for the game
2024-03-10 20:27:00 -04:00

10 lines
431 B
YAML

steps:
- name: build
image: rust
commands:
- apt-get -y update
- apt-get -y install wayland-protocols wayland-utils libwayland-client0 libwayland-dev libasound2 libasound2-dev libudev-dev libudev1
- cargo test --target-dir /var/woodpecker --features bevy/dynamic_linking
- cargo doc --target-dir /var/woodpecker --features bevy/dynamic_linking
volumes:
- /var/woodpecker:/var/woodpecker