Skip to content

Commit 31dd1cb

Browse files
authored
Install Gradle on AppVeyor
1 parent cbeff46 commit 31dd1cb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ build: off
99
environment:
1010
PYTHON: C:\Python36-x64
1111

12-
before_build:
12+
install:
1313
- SET PATH=%PYTHON%;%PYTHON%\Scripts;%path%
1414
- pip install vcstool
1515
- pip install -U catkin_pkg EmPy pyparsing pyyaml
16+
- choco install -y gradle
1617

1718
build_script:
1819
- md \dev\ament\src

0 commit comments

Comments
 (0)