Skip to content

Commit

Permalink
Adds cmake dependency for appveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vincent committed Aug 13, 2017
1 parent 213ad11 commit 47b6a31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ configuration:
init:
- '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" %PLATFORM%'

install:
- cinst cmake

before_build:
# We rely on teapot for third-party builds.
- '%PYTHON_ROOT%\python.exe -m pip install teapot'
Expand Down

0 comments on commit 47b6a31

Please sign in to comment.