File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change
1
+ name : Build-CI
2
+
3
+ on : [push, pull_request, workflow_dispatch]
4
+
5
+ jobs :
6
+ build :
7
+ runs-on : ubuntu-20.04
8
+ container :
9
+ image : ghcr.io/irobot-algorithm/sentry_navigation:latest
10
+
11
+ steps :
12
+ - name : Checkout code
13
+ uses : actions/checkout@v2
14
+
15
+ - name : Build the workspace
16
+ run : |
17
+ sudo chmod 777 build.sh
18
+ ./build.sh
19
+
20
+ - name : Run tests
21
+ run : |
22
+ source /opt/ros/noetic/setup.sh
23
+ catkin_test_results build
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ catkin_make -DCATKIN_WHITELIST_PACKAGES="livox_ros_driver2"
9
9
source /opt/ros/noetic/setup.bash
10
10
catkin_make -DCATKIN_WHITELIST_PACKAGES=" sentry_srvs"
11
11
catkin_make -DCATKIN_WHITELIST_PACKAGES=" sentry_msgs"
12
- catkin_make -j1 -DCATKIN_WHITELIST_PACKAGES=" fast_lio"
12
+ catkin_make -DCATKIN_WHITELIST_PACKAGES=" fast_lio"
13
+ catkin_make -DCATKIN_WHITELIST_PACKAGES=" faster_lio"
14
+ catkin_make -DCATKIN_WHITELIST_PACKAGES=" point_lio"
13
15
source /opt/ros/noetic/setup.bash
14
- catkin_make -DCATKIN_WHITELIST_PACKAGES=" "
15
16
catkin_make -DCATKIN_WHITELIST_PACKAGES=" "
You can’t perform that action at this time.
0 commit comments