Skip to content

Commit 6b59947

Browse files
[CONFIG] Improve Appveyor setup and install config and fix git submodule support (- WIP #79 -)
1 parent c1541d5 commit 6b59947

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

.appveyor.yml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,20 @@ image:
99
- Visual Studio 2022
1010
- Visual Studio 2019
1111
clone_depth: 50
12-
init:
12+
install:
13+
- cinst make
14+
- cinst git
15+
- cmd: >-
16+
choco install python --pre || VER>NUL
17+
18+
choco upgrade python --pre || VER>NUL
19+
- cmd: >-
20+
python -m pip install flake8 || VER>NUL
21+
22+
python -m pip install coverage || VER>NUL
23+
- cinst codecov
24+
before_build:
1325
- cmd: >-
14-
choco install make || VER>NUL
15-
16-
choco install git || VER>NUL
17-
18-
choco install python --pre || VER>NUL
19-
20-
choco upgrade python --pre || VER>NUL
21-
22-
python -m pip install flake8 || VER>NUL
23-
24-
python -m pip install coverage || VER>NUL
25-
26-
choco install codecov || VER>NUL
27-
2826
git submodule sync || VER>NUL
2927
3028
git submodule update --init || VER>NUL

0 commit comments

Comments
 (0)