@ -1,15 +1,14 @@
image: rust:latest
image: bitsmart/rust:1.32
stages:
- sysdep
- lint
- build
- test
sysdep:
lint:
stage: sysdep
stage: lint
script:
- apt-get update
- cargo clippy --features backend_piston,backend_gilrs
- apt-get install libudev-dev
build:
stage: build