Skip to content
Snippets Groups Projects
Commit c638f265 authored by dwn1c21's avatar dwn1c21
Browse files

Update .gitlab-ci.yml file

parent 81fdb7bc
No related branches found
No related tags found
1 merge request!1Changed set_env flow to source script in soctools and breadcrumb left in...
...@@ -27,7 +27,8 @@ compile-bootrom: ...@@ -27,7 +27,8 @@ compile-bootrom:
script: script:
- source ./set_env.sh - source ./set_env.sh
- mkdir -p $SOCLABS_NANOSOC_TECH_DIR/system/src/bootrom - mkdir -p $SOCLABS_NANOSOC_TECH_DIR/system/src/bootrom
- make -C $SOCLABS_NANOSOC_TECH_DIR/system bootrom SIM_TOP_DIR=$SOCLABS_NANOSOC_TECH_DIR/sim BOOTROM_BUILD_DIR=$SOCLABS_NANOSOC_TECH_DIR/system/src/bootrom TOOL_CHAIN=ds5 - cd $SOCLABS_NANOSOC_TECH_DIR
- make bootrom SIM_TOP_DIR=$SOCLABS_NANOSOC_TECH_DIR/sim BOOTROM_BUILD_DIR=$SOCLABS_NANOSOC_TECH_DIR/system/src/bootrom TOOL_CHAIN=ds5
artifacts: artifacts:
paths: paths:
- ./sim/bootloader/bootloader.hex - ./sim/bootloader/bootloader.hex
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment