Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit c0f87e13 authored by Vauban's avatar Vauban
Browse files

CI: Specify CI tag for Libero version.

Set CI tag to libero-soc-v2023.2 to execute CI on gitlab runners using version
2023.2 of Libero.
parent e1ea71f3
Branches
Tags
No related merge requests found
......@@ -3,6 +3,8 @@ stages: # List of stages for jobs, and their order of execution
build-job: # This job runs in the build stage, which runs first.
stage: build
tags:
- libero-soc-v2023.2
variables:
BUILD_OPTIONS_DIRECTORY: "custom-fpga-design"
BRANCH_UNDER_TEST: "develop"
......@@ -31,7 +33,7 @@ build-job: # This job runs in the build stage, which runs first.
- echo "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME"
- echo "Compile complete."
artifacts:
when: always
when: on_success
paths:
- gateware-builds-tester/artifacts/
reports:
......
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