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