Commit ed0cdfa1 authored by Alén Arias Vázquez's avatar Alén Arias Vázquez 😎

trigger PIPE

parent b505c3e3
Pipeline #4389 passed with stages
in 77 minutes and 11 seconds
......@@ -42,7 +42,7 @@ diot-v2-GW:
name: diot_v2-gw-$CI_JOB_ID
# Build OS
.build_sw:
.build_fw:
stage: firmware
tags:
- petalinux-2019.2
......@@ -67,7 +67,7 @@ diot-v2-GW:
# Build OS for each project
#diot-v1-SW:
# extends: .build_sw
# extends: .build_fw
# variables:
# PROJECT: diot_v1
# BOARD_VERSION: 1
......@@ -76,7 +76,7 @@ diot-v2-GW:
# Build OS for each project
diot-v2-SW:
extends: .build_sw
extends: .build_fw
variables:
PROJECT: diot_v2
BOARD_VERSION: 2
......
#!/usr/bin/make
# ##############################################################################
# Settings
DOCKER_NAME=vivado-template
DOCKER_NAME=gitlab-registry.cern.ch/diot/docker-util/xilinx_tools:latest
DOCKERFILE_PATH=docker
XILINX_TOOLS=/opt/Xilinx
XIL_VER?=2019.2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment