Commit d53e9e33 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

trying CI

parent 90c5ed25
Pipeline #3219 passed with stage
in 27 minutes and 52 seconds
variables:
GIT_SUBMODULE_STRATEGY: normal
stages:
- compile
job_sw_compile:
stage: compile
tags:
- petalinux_2019.2
# only:
# - schedules
script:
- git config --global user.email "OHWR_CI@somewhere.com"
- git config --global user.name "OHWR_CI"
- cd sw && make -j 4
artifacts:
name: DIOT_SB_CI_$CI_JOB_ID
when: always
paths:
- sw/artifacts/BOOT.BIN
- sw/artifacts/image.ub
- sw/artifacts/fsbl.elf
- sw/log/*
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