lyra-engine/.woodpecker/.debug.yml
SeanOMik 0a97cf7617
Some checks failed
ci/woodpecker/push/debug Pipeline failed
ci: install lua5.4 to support lyra-scripting
2024-01-04 23:59:22 -05:00

18 lines
388 B
YAML

variables:
- &rust_image 'git.seanomik.net/seanomik/rust-nightly:2023-11-21-bookworm'
steps:
Build - Debug:
image: *rust_image
commands:
- apt update
- apt install libudev-dev lua5.4 liblua5.4-dev -y
- cargo build
Test - Debug:
image: *rust_image
commands:
- apt update
- apt install libudev-dev lua5.4 liblua5.4-dev -y
- cargo test --all