File tree Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Original file line number Diff line number Diff line change 99- Visual Studio 2022
1010- Visual Studio 2019
1111clone_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
You can’t perform that action at this time.
0 commit comments