Skip to content

Commit d1b9b1a

Browse files
committed
test
1 parent 1deab56 commit d1b9b1a

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

.github/workflows/config.yml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,25 @@ jobs:
2020
- ROS_DISTRO: indigo
2121
CONTAINER: jskrobotics/ros-ubuntu:14.04
2222
ROS_PARALLEL_TEST_JOBS: "-j8"
23-
CATKIN_PARALLEL_JOBS: "-i"
23+
CATKIN_PARALLEL_JOBS: "-vi"
2424
NOT_TEST_INSTALL : true
25+
BUILD_PKGS: 'dialogflow_task_executive'
2526
BEFORE_SCRIPT : "sudo pip install packaging==17.1; for name in ffha libsiftfast nlopt julius julius_ros downward assimp_devel google_chat_ros; do echo \\$name; find $GITHUB_WORKSPACE -iname \\$name -exec touch {}/CATKIN_IGNORE \\; ; ls -al \\$(find -iname \\$name)/; done" # Skip large packagses
2627
USE_DEB: false
27-
- ROS_DISTRO: kinetic
28-
CONTAINER: ubuntu:16.04
29-
ROS_PARALLEL_TEST_JOBS: "-j8"
30-
CATKIN_PARALLEL_JOBS: "-i"
31-
EXTRA_DEB : "python-lxml"
32-
BEFORE_SCRIPT : "sudo add-apt-repository -y ppa:jblgf0/python; sudo apt-get update; sudo apt-get install -y python3.6 python3.6-venv libpython3.6-dev; sudo ln -sf python3.6 /usr/bin/python3; ls -al /usr/bin/python3; python3 --version; python3 -v -m venv /tmp/v"
33-
- ROS_DISTRO: melodic
34-
CONTAINER: ubuntu:18.04
35-
ROS_PARALLEL_TEST_JOBS: "-j8"
36-
CATKIN_PARALLEL_JOBS: "-i"
37-
- ROS_DISTRO: noetic
38-
CONTAINER: ubuntu:20.04
39-
ROS_PARALLEL_TEST_JOBS: "-j8"
40-
CATKIN_PARALLEL_JOBS: "-i"
28+
# - ROS_DISTRO: kinetic
29+
# CONTAINER: ubuntu:16.04
30+
# ROS_PARALLEL_TEST_JOBS: "-j8"
31+
# CATKIN_PARALLEL_JOBS: "-i"
32+
# EXTRA_DEB : "python-lxml"
33+
# BEFORE_SCRIPT : "sudo add-apt-repository -y ppa:jblgf0/python; sudo apt-get update; sudo apt-get install -y python3.6 python3.6-venv libpython3.6-dev; sudo ln -sf python3.6 /usr/bin/python3; ls -al /usr/bin/python3; python3 --version; python3 -v -m venv /tmp/v"
34+
# - ROS_DISTRO: melodic
35+
# CONTAINER: ubuntu:18.04
36+
# ROS_PARALLEL_TEST_JOBS: "-j8"
37+
# CATKIN_PARALLEL_JOBS: "-i"
38+
# - ROS_DISTRO: noetic
39+
# CONTAINER: ubuntu:20.04
40+
# ROS_PARALLEL_TEST_JOBS: "-j8"
41+
# CATKIN_PARALLEL_JOBS: "-i"
4142

4243

4344
container: ${{ matrix.CONTAINER }}

0 commit comments

Comments
 (0)