Skip to content

Commit

Permalink
Install cmake and make on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed May 14, 2019
1 parent d269524 commit 541f7f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
image: Visual Studio 2017
# List of preinstalled software in the image:
# https://www.appveyor.com/docs/windows-images-software/

install:
- call ci\appveyor_install.bat
Expand Down
2 changes: 1 addition & 1 deletion ci/appveyor_install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ call conda info -a
call :check
call conda update -q conda
call :check
call conda install python=3.7 pytest llvmlite prompt_toolkit
call conda install python=3.7 pytest llvmlite prompt_toolkit cmake make
call :check
pip install antlr4-python3-runtime
call :check
Expand Down

0 comments on commit 541f7f8

Please sign in to comment.