-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Fast-DDS CLI package #211
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Juan Lopez Fernandez <[email protected]>
Signed-off-by: Juan Lopez Fernandez <[email protected]>
22ccf92
to
8005549
Compare
Signed-off-by: Juan Lopez Fernandez <[email protected]>
8005549
to
cace03c
Compare
################################################################################################# | ||
################################################################################################# | ||
################################################################################################# | ||
###### TEMP ###### | ||
cd /tmp | ||
git clone https://github.com/eProsima/vulcanexus.git | ||
cd vulcanexus | ||
git checkout feature/fastdds-cli-package | ||
mv fastdds_cli ~/vulcanexus_iron/src/eProsima/Vulcanexus-Base | ||
################################################################################################# | ||
################################################################################################# | ||
################################################################################################# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove before merging.
cd /tmp | ||
git clone https://github.com/eProsima/vulcanexus.git | ||
cd vulcanexus | ||
git checkout feature/fastdds-cli-package |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use branch being tested?
uses: eProsima/eProsima-CI/external/checkout@v0 | ||
with: | ||
path: src | ||
# ref: main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use branch being tested?
touch src/eProsima/Vulcanexus-Base/docs/COLCON_IGNORE | ||
touch src/eProsima/Vulcanexus-Base/code/COLCON_IGNORE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change all Vulcanexus-Base
-> Vulcanexus
No description provided.