@@ -11,47 +11,47 @@ jobs:
1111 matrix :
1212 env :
1313 - {CI_NAME: Xenial-Build,
14- OS_NAME : ubuntu,
15- OS_CODE_NAME : xenial,
16- ROS_DISTRO : kinetic,
17- ROS_REPO : main,
18- UPSTREAM_WORKSPACE : " github:swri-robotics/descartes_light#master github:Jmeyer1292/opw_kinematics#master github:ethz-adrl/ifopt#master github:ros-industrial/cmake_common_scripts#master" ,
19- TARGET_WORKSPACE : " . github:ros-industrial-consortium/tesseract#master " ,
20- ROSDEP_SKIP_KEYS : " bullet3 descartes_opw descartes_samplers descartes_light opw_kinematics cmake_common_scripts fcl ifopt benchmark" ,
21- DOCKER_IMAGE : " rosindustrial/tesseract:kinetic" ,
22- PARALLEL_TESTS : false,
23- CCACHE_DIR : " /home/runner/work/trajopt_ros/trajopt_ros/Xenial-Build/.ccache" ,
24- UPSTREAM_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Release" ,
25- TARGET_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Debug -DTRAJOPT_ENABLE_TESTING=ON" ,
26- AFTER_SCRIPT : ' catkin build -w $target_ws --no-deps --verbose trajopt trajopt_ifopt trajopt_sco trajopt_sqp --make-args test' }
14+ OS_NAME : ubuntu,
15+ OS_CODE_NAME : xenial,
16+ ROS_DISTRO : kinetic,
17+ ROS_REPO : main,
18+ UPSTREAM_WORKSPACE : " github:swri-robotics/descartes_light#feature/CommandLanguage github:Jmeyer1292/opw_kinematics#master github:ethz-adrl/ifopt#master github:ros-industrial/cmake_common_scripts#master" ,
19+ TARGET_WORKSPACE : " . github:ros-industrial-consortium/tesseract#feature/CommandLanguage " ,
20+ ROSDEP_SKIP_KEYS : " bullet3 descartes_opw descartes_samplers descartes_light opw_kinematics cmake_common_scripts fcl ifopt taskflow benchmark" ,
21+ DOCKER_IMAGE : " rosindustrial/tesseract:kinetic" ,
22+ PARALLEL_TESTS : false,
23+ CCACHE_DIR : " /home/runner/work/trajopt_ros/trajopt_ros/Xenial-Build/.ccache" ,
24+ UPSTREAM_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Release" ,
25+ TARGET_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Debug -DTRAJOPT_ENABLE_TESTING=ON" ,
26+ AFTER_SCRIPT : ' catkin build -w $target_ws --no-deps --verbose trajopt trajopt_ifopt trajopt_sco trajopt_sqp --make-args test' }
2727 - {CI_NAME: Bionic-Build,
28- OS_NAME : ubuntu,
29- OS_CODE_NAME : bionic,
30- ROS_DISTRO : melodic,
31- ROS_REPO : main,
32- UPSTREAM_WORKSPACE : " github:swri-robotics/descartes_light#master github:Jmeyer1292/opw_kinematics#master github:ethz-adrl/ifopt#master github:ros-industrial/cmake_common_scripts#master" ,
33- TARGET_WORKSPACE : " . github:ros-industrial-consortium/tesseract#master " ,
34- ROSDEP_SKIP_KEYS : " bullet3 descartes_opw descartes_samplers descartes_light opw_kinematics cmake_common_scripts fcl ifopt" ,
35- DOCKER_IMAGE : " rosindustrial/tesseract:melodic" ,
36- PARALLEL_TESTS : false,
37- CCACHE_DIR : " /home/runner/work/trajopt_ros/trajopt_ros/Bionic-Build/.ccache" ,
38- UPSTREAM_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Release" ,
39- TARGET_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Debug -DTRAJOPT_ENABLE_TESTING=ON -DTRAJOPT_ENABLE_CLANG_TIDY=ON" ,
40- AFTER_SCRIPT : ' catkin build -w $target_ws --no-deps --verbose trajopt trajopt_ifopt trajopt_sco trajopt_sqp --make-args test' }
28+ OS_NAME : ubuntu,
29+ OS_CODE_NAME : bionic,
30+ ROS_DISTRO : melodic,
31+ ROS_REPO : main,
32+ UPSTREAM_WORKSPACE : " github:swri-robotics/descartes_light#feature/CommandLanguage github:Jmeyer1292/opw_kinematics#master github:ethz-adrl/ifopt#master github:ros-industrial/cmake_common_scripts#master" ,
33+ TARGET_WORKSPACE : " . github:ros-industrial-consortium/tesseract#feature/CommandLanguage " ,
34+ ROSDEP_SKIP_KEYS : " bullet3 descartes_opw descartes_samplers descartes_light opw_kinematics cmake_common_scripts fcl ifopt taskflow " ,
35+ DOCKER_IMAGE : " rosindustrial/tesseract:melodic" ,
36+ PARALLEL_TESTS : false,
37+ CCACHE_DIR : " /home/runner/work/trajopt_ros/trajopt_ros/Bionic-Build/.ccache" ,
38+ UPSTREAM_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Release" ,
39+ TARGET_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Debug -DTRAJOPT_ENABLE_TESTING=ON -DTRAJOPT_ENABLE_CLANG_TIDY=ON" ,
40+ AFTER_SCRIPT : ' catkin build -w $target_ws --no-deps --verbose trajopt trajopt_ifopt trajopt_sco trajopt_sqp --make-args test' }
4141 - {CI_NAME: Focal-Build,
42- OS_NAME : ubuntu,
43- OS_CODE_NAME : focal,
44- ROS_DISTRO : noetic,
45- ROS_REPO : main,
46- UPSTREAM_WORKSPACE : " github:swri-robotics/descartes_light#master github:Jmeyer1292/opw_kinematics#master github:ethz-adrl/ifopt#master github:ros-industrial/cmake_common_scripts#master" ,
47- TARGET_WORKSPACE : " . github:ros-industrial-consortium/tesseract#master " ,
48- ROSDEP_SKIP_KEYS : " bullet3 descartes_opw descartes_samplers descartes_light opw_kinematics cmake_common_scripts fcl ifopt" ,
49- DOCKER_IMAGE : " rosindustrial/tesseract:noetic" ,
50- PARALLEL_TESTS : false,
51- CCACHE_DIR : " /home/runner/work/trajopt_ros/trajopt_ros/Focal-Build/.ccache" ,
52- UPSTREAM_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Release" ,
53- TARGET_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Debug -DTRAJOPT_ENABLE_TESTING=ON" ,
54- AFTER_SCRIPT : ' catkin build -w $target_ws --no-deps --verbose trajopt trajopt_ifopt trajopt_sco trajopt_sqp --make-args test' }
42+ OS_NAME : ubuntu,
43+ OS_CODE_NAME : focal,
44+ ROS_DISTRO : noetic,
45+ ROS_REPO : main,
46+ UPSTREAM_WORKSPACE : " github:swri-robotics/descartes_light#feature/CommandLanguage github:Jmeyer1292/opw_kinematics#master github:ethz-adrl/ifopt#master github:ros-industrial/cmake_common_scripts#master" ,
47+ TARGET_WORKSPACE : " . github:ros-industrial-consortium/tesseract#feature/CommandLanguage " ,
48+ ROSDEP_SKIP_KEYS : " bullet3 descartes_opw descartes_samplers descartes_light opw_kinematics cmake_common_scripts fcl ifopt taskflow " ,
49+ DOCKER_IMAGE : " rosindustrial/tesseract:noetic" ,
50+ PARALLEL_TESTS : false,
51+ CCACHE_DIR : " /home/runner/work/trajopt_ros/trajopt_ros/Focal-Build/.ccache" ,
52+ UPSTREAM_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Release" ,
53+ TARGET_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Debug -DTRAJOPT_ENABLE_TESTING=ON" ,
54+ AFTER_SCRIPT : ' catkin build -w $target_ws --no-deps --verbose trajopt trajopt_ifopt trajopt_sco trajopt_sqp --make-args test' }
5555 steps :
5656 - uses : actions/checkout@v1
5757 - name : Free Disk Space
0 commit comments