We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9098e19 commit 17d04bbCopy full SHA for 17d04bb
1 file changed
.appveyor.yml
@@ -8,10 +8,10 @@ clone_depth: 50
8
9
skip_commits:
10
files:
11
- - 'documentation/*'
12
- - '**/*.html'
13
- - '**/*.md'
14
- - '.travis.yml'
+ - "documentation/*"
+ - "**/*.html"
+ - "**/*.md"
+ - ".travis.yml"
15
16
# Build Configurations: dll/static, regular/debug
17
configuration:
@@ -25,15 +25,17 @@ environment:
25
SETUP_PATH: .ci-local
26
27
matrix:
28
- - CMP: vs2019
29
- BASE: 7.0
30
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
+ - CMP: vs2019
+ BASE: 7.0
+ APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
31
32
# Platform: processor architecture
33
platform:
34
- x64
35
36
install:
37
+ - cmd: where python
38
+ - cmd: python --version
39
- cmd: git submodule update --init --recursive
40
41
build_script:
0 commit comments