Skip to content

Commit

Permalink
Merge pull request #60 from astuff/maint/ci_remove_lunar
Browse files Browse the repository at this point in the history
CI: Removing Lunar build.
  • Loading branch information
srustanAStuff authored May 13, 2019
2 parents 0e6b031 + 4708066 commit 7006f0c
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,38 +32,6 @@ jobs:
catkin_test_results
working_directory: ~/src

lunar:
docker:
- image: autonomoustuff/docker-builds:lunar-ros-base
steps:
- checkout
- run:
name: Set Up Container
command: |
apt-get update -qq
source `find /opt/ros -name setup.bash | sort | head -1`
rosdep install --from-paths . --ignore-src -y
cd ..
catkin init
catkin config --extend /opt/ros/$ROS_DISTRO
- run:
name: Build
command: |
cd ..
catkin build
- run:
name: Lint
command: |
catkin bt --no-deps --make-args roslint
- run:
name: Run Tests
command: |
source /opt/ros/lunar/setup.bash
cd ..
catkin run_tests
catkin_test_results
working_directory: ~/src

melodic:
docker:
- image: autonomoustuff/docker-builds:melodic-ros-base
Expand Down Expand Up @@ -101,5 +69,4 @@ workflows:
ros_build:
jobs:
- kinetic
- lunar
- melodic

0 comments on commit 7006f0c

Please sign in to comment.