-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add envvars and a first version of the ci-template
- Loading branch information
Showing
3 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Copyright DB InfraGO AG and contributors | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
variables: | ||
CAPELLA_ROS_TOOLS_MODEL: "." | ||
CAPELLA_ROS_TOOLS_LAYER: "LA" | ||
# Optional variables: | ||
# $CAPELLA_ROS_TOOLS_VERSION - Use a specific version of the ROS tools | ||
# $CAPELLA_ROS_TOOLS_ROOT_PACKAGE - UUID of the package to get classes from | ||
|
||
capella_ros_exporter: | ||
script: | ||
# - pip install "capella-ros-tools{CAPELLA_ROS_TOOLS_VERSION:+==$CAPELLA_ROS_TOOLS_VERSION}" | ||
- pip install git+https://github.com/DSD-DBS/capella-ros-tools.git@add-ci-pipeline | ||
- capella-ros-tools export -o ros-export | ||
artifacts: | ||
paths: | ||
- ros-export |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters