Commit b8a979d2 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

switching to Kubernetes CI nodes

parent 1620c745
Pipeline #477 passed with stage
in 23 seconds
variables:
GIT_SUBMODULE_STRATEGY: normal
before_script:
- export PATH=/opt/lm32-gcc-4.5.3/bin:$PATH
stages:
- make_wrpc_sw
- make_rt_cpu
- compile
make_wrpc_sw:
stage: make_wrpc_sw
stage: compile
tags:
- wrs_sw
script:
- git submodule init; git submodule update
- make spec_defconfig
- make
artifacts:
......@@ -20,9 +23,10 @@ make_wrpc_sw:
- wrc.mif
make_rt_cpu:
stage: make_rt_cpu
stage: compile
tags:
- wrs_sw
script:
- git submodule init; git submodule update
- make wr_switch_defconfig
- make
artifacts:
......
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