Skip to content

Commit

Permalink
install catkin_pkg in CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Sep 7, 2018
1 parent c496ab2 commit 2a2dacb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .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 Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ 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
Expand Down

0 comments on commit 2a2dacb

Please sign in to comment.