added gitlab-ci from cross wiki
This commit is contained in:
parent
dee25f911b
commit
9774795bb2
14
.gitlab-ci.yml
Normal file
14
.gitlab-ci.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
variables:
|
||||||
|
# the host where the docker instance is running
|
||||||
|
DOCKER_HOST: tcp://docker:2375/
|
||||||
|
# use for much faster builds
|
||||||
|
DOCKER_DRIVER: overlay2
|
||||||
|
# ensure cross knows it's running remotely
|
||||||
|
CROSS_REMOTE: 1
|
||||||
|
|
||||||
|
services:
|
||||||
|
- docker:18.09-dind
|
||||||
|
|
||||||
|
armv6:
|
||||||
|
script:
|
||||||
|
- cross test --target arm-unknown-linux-gnueabihf
|
Loading…
Reference in New Issue
Block a user