Skip to content

Commit

Permalink
Use submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Apr 21, 2021
1 parent 9bbca5a commit 57afef9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ubuntu_20_04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ jobs:
runs-on: ubuntu-20.04
# env:
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
repository: ros/catkin
ref: noetic-devel
path: ros
submodules: recursive
- name: Catkin
run: |
ls -l
mkdir build/catkin -p
cd build/catkin
cmake ../../catkin -DCATKIN_BUILD_BINARY_PACKAGE=OFF -DCMAKE_INSTALL_PREFIX=/opt/ros/noetic -DPYTHON_EXECUTABLE=/usr/bin/python -DSETUPTOOLS_DEB_LAYOUT=OFF
cmake ../../ros/core/catkin -DCATKIN_BUILD_BINARY_PACKAGE=OFF -DCMAKE_INSTALL_PREFIX=/opt/ros/noetic -DPYTHON_EXECUTABLE=/usr/bin/python -DSETUPTOOLS_DEB_LAYOUT=OFF
make
make install
ls -l /opt/ros/noetic
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "core/catkin"]
path = core/catkin
url = [email protected]:ros/catkin
1 change: 1 addition & 0 deletions core/catkin
Submodule catkin added at 7fa3eb

0 comments on commit 57afef9

Please sign in to comment.