changed the docker image
This commit is contained in:
parent
e70648571f
commit
191f56a606
@ -1,14 +1,19 @@
|
|||||||
|
stages:
|
||||||
|
- armv6
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
# the host where the docker instance is running
|
|
||||||
DOCKER_HOST: tcp://docker:2375/
|
DOCKER_HOST: tcp://docker:2375/
|
||||||
# use for much faster builds
|
|
||||||
DOCKER_DRIVER: overlay2
|
DOCKER_DRIVER: overlay2
|
||||||
# ensure cross knows it's running remotely
|
|
||||||
CROSS_REMOTE: 1
|
CROSS_REMOTE: 1
|
||||||
|
DOCKER_TLS_CERTDIR: ""
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- docker:18.09-dind
|
- docker:18.09-dind
|
||||||
|
|
||||||
armv6:
|
armv6:
|
||||||
script:
|
stage: rmv6
|
||||||
- cross test --target arm-unknown-linux-gnueabihf
|
image: rustembedded/cross:arm-unknown-linux-gnueabi-0.2.1
|
||||||
|
only:
|
||||||
|
- dev/gitlab-cross-ci
|
||||||
|
script:
|
||||||
|
- cross test --target arm-unknown-linux-gnueabihf
|
||||||
|
Loading…
Reference in New Issue
Block a user