use custom docker image

master
Ales Katona 6 years ago
parent 91c621061e
commit 97f30fbf01
Signed by: almindor
GPG Key ID: 08C459E2D8ABB7E8

@ -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

Loading…
Cancel
Save