Skip to content

Commit fbdb471

Browse files
author
Minggang Wang
committed
Add dependency lark on Windows/macOS CIs
Fix #NONE
1 parent dc4f294 commit fbdb471

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.circleci/config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ jobs:
2020
- run: brew update
2121
- run: brew uninstall python
2222
- run: brew install python
23-
- run: brew install wget cmake cppcheck tinyxml tinyxml2 eigen pcre poco
23+
- run: brew install wget cmake cppcheck tinyxml eigen pcre poco
2424
- run: brew install openssl
2525
- run: brew install asio
26-
- run: python3 -m pip install catkin_pkg empy pyparsing pyyaml setuptools argcomplete colcon-common-extensions
26+
- run: brew tap osrf/simulation
27+
- run: brew install osrf/simulation/[email protected]
28+
- run: brew link --force [email protected]
29+
- run: python3 -m pip install catkin_pkg empy git+https://github.com/lark-parser/[email protected] pyparsing pyyaml setuptools argcomplete colcon-common-extensions
2730
- run: mkdir -p ~/ros2_install && cd ~/ros2_install && wget https://ci.ros2.org/view/packaging/job/packaging_osx/lastSuccessfulBuild/artifact/ws/ros2-package-osx-x86_64.tar.bz2 && tar xf ros2-package-osx-x86_64.tar.bz2
2831
- run: wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
2932
- run: echo "source $HOME/.bashrc" >> ~/.bash_profile

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ before_build:
3333
- setx AMENT_PYTHON_EXECUTABLE "c:\Python37"
3434
- refreshenv
3535
- "SET PATH=%PYTHON3%;%PYTHON3%\\bin;%PYTHON3%\\Scripts;%PATH%"
36-
- python -m pip install -U catkin_pkg empy pyparsing pyyaml setuptools colcon-common-extensions pip
36+
- python -m pip install -U catkin_pkg empy git+https://github.com/lark-parser/[email protected] pyparsing pyyaml setuptools colcon-common-extensions pip
3737

3838
build_script:
3939
- cd c:\proj\rclnodejs

0 commit comments

Comments
 (0)