Skip to content

Commit

Permalink
install catkin_pkg instead of using ament_package
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Sep 7, 2018
1 parent c496ab2 commit aada19b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ install:
- set "PATH=%PATH%;C:\Python35"
- python --version
- python -m pip install -U setuptools pip
- python -m pip install catkin_pkg
- python -m pip install EmPy
- python -m pip install trollius
- python -m pip install pyparsing
Expand All @@ -27,7 +28,6 @@ install:
- mkdir ament
- cd ament
- git clone https://github.com/ament/ament_cmake.git
- git clone https://github.com/ament/ament_package.git
- git clone https://github.com/ament/ament_tools.git
- git clone https://github.com/osrf/osrf_pycommon.git
- git clone https://github.com/ament/googletest
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ install:
else
if ! brew ls --version cmake &>/dev/null; then brew install cmake; fi
fi
- pip install catkin_pkg
script:
- mkdir -p build/src/ament
- cd build
- touch AMENT_IGNORE
# Fetch dependencies into the workspace
- cd src/ament
- git clone https://github.com/ament/ament_cmake.git
- git clone https://github.com/ament/ament_package.git
- git clone https://github.com/ament/ament_tools.git
- git clone https://github.com/osrf/osrf_pycommon.git
- git clone https://github.com/ament/googletest
Expand Down

0 comments on commit aada19b

Please sign in to comment.