Skip to content
Snippets Groups Projects
Commit 389a7e73 authored by Stephen D's avatar Stephen D
Browse files

Merge branch 'ci' into 'master'

add CI

See merge request !1
parents 28cbd237 bd9e726d
No related branches found
No related tags found
1 merge request!1add CI
Pipeline #3822 passed
image: "rust:latest"
before_script:
- apt-get update
- apt-get install -y protobuf-compiler
- rustup component add rustfmt
- rustup component add clippy
- cargo install cargo-deb
test:
script:
- cargo fmt -- --check
- cargo clippy --all-targets --all-features -- -D warnings
- cargo test
# igate
# cats-igate
Reference CATS/FELINET I-gate/digipeater for the Raspberry Pi. Requires an I-Gate board: https://gitlab.scd31.com/cats/pi-hardware
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment