forked from Azure/iot-edge-opc-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitlab-ci.yml
27 lines (25 loc) · 918 Bytes
/
.gitlab-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# For syntax description see: http://gitlab.com/help/ci/yaml/README.md
# Regarding the docker image to use:
# For our private images we must use our private registry.
# See https://gitlab.com/gitlab-org/gitlab-runner/issues/225
# https://docs.docker.com/registry/deploying/
# and https://blog.docker.com/2013/07/how-to-use-your-own-registry/
# To start the registry run on wklj.inat.internal
# docker run -d -p 5000:5000 --restart=always --name docker-images-registry registry
# Restart, if needed:
# docker container start docker-images-registry
image: wklj.inat.internal:5000/oriole-build-armhf:7.11
# A job building our application for linux-armhf
BuildApplication:
tags:
- docker
script:
- git submodule update --init
- mkdir armhf_build
- cd armhf_build
- ../bld/toolchain/build4armhf.sh
- make -j`nproc`
artifacts:
name: linux-armhf-proxyd
paths:
- armhf_build/bin/