From 47b6a31f78863aafe463280f8f757346e8f8df67 Mon Sep 17 00:00:00 2001 From: Sebastien Vincent Date: Sun, 13 Aug 2017 06:07:43 +0200 Subject: [PATCH] Adds cmake dependency for appveyor. --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index bbb44346..98e4392e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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'