Skip to content
Snippets Groups Projects
This GitLab CI configuration is valid. Learn more
.gitlab-ci.yml 344 B
stages:
- make_main_fw

make_main_fw:
  stage: make_main_fw
  image: ohwr-ci-cluster-j6wqnazkqypt-master-0.cern.ch/arm-none-eabi-gcc-llvm-coast
  script:
    - cd main_fw/build && make -j5 all
  artifacts:
    name: MAIN_FW_CI_$CI_JOB_ID
    paths:
    - main_fw/build/main_fw.lss
    - main_fw/build/main_fw.bin
  tags:
    - llvm
    - coast