File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ clone_depth: 50
88
99skip_commits :
1010 files :
11- - ' documentation/*'
12- - ' **/*.html'
13- - ' **/*.md'
14- - ' .travis.yml'
11+ - " documentation/*"
12+ - " **/*.html"
13+ - " **/*.md"
14+ - " .travis.yml"
1515
1616# Build Configurations: dll/static, regular/debug
1717configuration :
@@ -25,15 +25,20 @@ environment:
2525 SETUP_PATH : .ci-local
2626
2727 matrix :
28- - CMP : vs2019
29- BASE : 7.0
30- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
28+ - CMP : vs2019
29+ BASE : 7.0
30+ APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
3131
3232# Platform: processor architecture
3333platform :
3434 - x64
3535
3636install :
37+ - ps : choco install -y python3 --force
38+ - cmd : where python
39+ - cmd : where python3
40+ - cmd : python --version
41+ - cmd : python3 --version
3742 - cmd : git submodule update --init --recursive
3843
3944build_script :
You can’t perform that action at this time.
0 commit comments