diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4818f74..8f89d1b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,15 +1,14 @@ -image: rust:latest +image: bitsmart/rust:1.32 stages: - - sysdep + - lint - build - test -sysdep: - stage: sysdep +lint: + stage: lint script: - - apt-get update - - apt-get install libudev-dev + - cargo clippy --features backend_piston,backend_gilrs build: stage: build