Files
RedBear-OS/.gitlab-ci.yml
T
2025-11-29 19:04:06 +01:00

20 lines
303 B
YAML

image: "redoxos/redoxer:latest"
stages:
- build
# TODO?
# - test
# TODO check if all drivers build
fmt:
stage: build
needs: []
script:
- rustup component add rustfmt
# TODO add more packages as they get formatted
- CHECK_ONLY=1 ./fmt.sh
# TODO: unit tests