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: stages:
- sysdep - lint
- build - build
- test - test
sysdep: lint:
stage: sysdep stage: lint
script: script:
- apt-get update - cargo clippy --features backend_piston,backend_gilrs
- apt-get install libudev-dev
build: build:
stage: build stage: build

Loading…
Cancel
Save