Commit c0025472 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

adding gitlab CI config

parent 3e4f8d1e
Pipeline #25 passed with stages
in 26 seconds
before_script:
- export PATH=/opt/lm32-gcc-4.5.3/bin:$PATH
stages:
- make_wrpc_sw
- make_rt_cpu
make_wrpc_sw:
stage: make_wrpc_sw
script:
- git submodule init; git submodule update
- make spec_defconfig
- make
artifacts:
name: WRPC_SW_CI_%CI_JOB_ID%
paths:
- wrc.bin
- wrc.elf
- wrc.bram
- wrc.mif
make_rt_cpu:
stage: make_rt_cpu
script:
- git submodule init; git submodule update
- make wr_switch_defconfig
- make
artifacts:
name: WRPC_SW_CI_%CI_JOB_ID%
paths:
- rt_cpu.elf
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