forked from eclipse-iceoryx/iceoryx
-
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.
iox-eclipse-iceoryx#2099 Update integration tests script
Signed-off-by: Simon Hoinkis <[email protected]>
- Loading branch information
1 parent
795727c
commit 89304d1
Showing
1 changed file
with
9 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,18 +29,18 @@ cd "${WORKSPACE}" | |
msg "installing dependencies" | ||
# NOTE: github action ros-tooling/[email protected] should be run before | ||
sudo apt install -y apt-transport-https | ||
sudo apt update && sudo apt install -y cmake libacl1-dev libncurses5-dev pkg-config ros-foxy-ros-testing | ||
sudo apt update && sudo apt install -y cmake libacl1-dev libncurses5-dev pkg-config ros-iron-ros-testing | ||
|
||
msg "sourcing ROS workspace" | ||
# shellcheck source=/dev/null | ||
source /opt/ros/foxy/setup.bash | ||
|
||
msg "checking copyrights" | ||
sudo rm -rf /opt/ros/foxy/lib/python3.8/site-packages/ament_copyright/template/apache2_header.txt | ||
sudo cp -rf tools/apache2_header.txt /opt/ros/foxy/lib/python3.8/site-packages/ament_copyright/template/. | ||
# shellcheck disable=SC2026 | ||
sudo sed -i '41 c\"'c'", "'cc'", "'cpp'", "'cxx'", "'h'", "'hh'", "'hpp'", "'hxx'", "'inl'", "'sh'"' /opt/ros/foxy/lib/python3.8/site-packages/ament_copyright/main.py | ||
ament_copyright --exclude LICENSE CONTRIBUTING.md tools/apache2_header.txt | ||
source /opt/ros/iron/setup.bash | ||
|
||
#msg "checking copyrights" | ||
#sudo rm -rf /opt/ros/iron/lib/python3.8/site-packages/ament_copyright/template/apache2_header.txt | ||
#sudo cp -rf tools/apache2_header.txt /opt/ros/iron/lib/python3.8/site-packages/ament_copyright/template/. | ||
## shellcheck disable=SC2026 | ||
#sudo sed -i '41 c\"'c'", "'cc'", "'cpp'", "'cxx'", "'h'", "'hh'", "'hpp'", "'hxx'", "'inl'", "'sh'"' /opt/ros/iron/lib/python3.8/site-packages/ament_copyright/main.py | ||
#ament_copyright --exclude LICENSE CONTRIBUTING.md tools/apache2_header.txt | ||
|
||
msg "compiler versions: | ||
$(gcc --version) | ||
|