We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1280c71 commit 2d8e58aCopy full SHA for 2d8e58a
1 file changed
appveyor.yml
@@ -10,11 +10,11 @@ environment:
10
PYTHON: C:\Python36-x64
11
12
install:
13
+ - choco install -y gradle
14
+ - refreshenv
15
- SET PATH=%PYTHON%;%PYTHON%\Scripts;%path%
16
- pip install vcstool
17
- pip install -U catkin_pkg EmPy pyparsing pyyaml
- - choco install -y gradle
- - refreshenv
18
19
build_script:
20
- md \dev\ament\src
0 commit comments