We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b59947 commit 8d5c97bCopy full SHA for 8d5c97b
.appveyor.yml
@@ -10,8 +10,10 @@ image:
10
- Visual Studio 2019
11
clone_depth: 50
12
install:
13
- - cinst make
14
- - cinst git
+ - cmd: >-
+ choco install make || VER>NUL
15
16
+ choco install git || VER>NUL
17
- cmd: >-
18
choco install python --pre || VER>NUL
19
@@ -20,7 +22,8 @@ install:
20
22
python -m pip install flake8 || VER>NUL
21
23
24
python -m pip install coverage || VER>NUL
- - cinst codecov
25
26
+ choco install codecov || VER>NUL
27
before_build:
28
29
git submodule sync || VER>NUL
0 commit comments