Commit 84e4fae6 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

temp CI configuration for test_master

parent 08ed5bfb
Pipeline #3848 passed with stage
in 16 seconds
stages:
- make_main_fw
- build_fw
make_main_fw:
stage: make_main_fw
image: ohwr-ci-cluster-j6wqnazkqypt-master-0.cern.ch/arm-none-eabi-gcc-llvm-coast
make_test_master_fw:
stage: build_fw
tags:
- arm-clang-coast
script:
- cd main_fw/build && make -j5 all
- cd test_master/build && make -j5 all
artifacts:
name: MAIN_FW_CI_$CI_JOB_ID
name: TEST_MASTER_FW_CI_$CI_JOB_ID
paths:
- main_fw/build/main_fw.lss
- main_fw/build/main_fw.bin
tags:
- llvm
- coast
- test_master/build/test_master.lss
- test_master/build/test_master.bin
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