1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

ci: add cross-compile target

This commit is contained in:
Steffen Vogel 2019-06-26 23:33:41 +02:00
parent a9f8571577
commit 5e3d5a49a0

View file

@ -44,6 +44,12 @@ prepare:raspbian:docker-dev:
DOCKER_FILE: packaging/docker/Dockerfile.dev-raspbian
DOCKER_IMAGE_DEV: villas/node-dev-raspbian
prepare:debian-armhf:docker-dev:
extends: prepare:fedora:docker-dev
variables:
DOCKER_FILE: packaging/docker/Dockerfile.dev-debian-armhf
DOCKER_IMAGE_DEV: villas/node-dev-debian-armhf
prepare:ubuntu:docker-dev:
extends: prepare:fedora:docker-dev
variables:
@ -84,6 +90,11 @@ build:raspbian:armv6l:
DOCKER_IMAGE_DEV: villas/node-dev-raspbian
CMAKE_OPTS: -DWITH_NODE_INFINIBAND=OFF
build:debian-cross:armv7l:
extends: build:fedora:x86_64
variables:
DOCKER_IMAGE_DEV: villas/node-dev-debian-armhf
build:docs:
stage: build
artifacts: