Files
RedBear-OS/.gitlab-ci.yml
T
2024-07-19 21:47:47 +02:00

20 lines
311 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-preview
# TODO add more packages as they get formatted
- CHECK_ONLY=1 ./fmt.sh
# TODO: unit tests