Skip to content

Commit 588cb78

Browse files
committed
fix: add python3
1 parent 9098e19 commit 588cb78

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.appveyor.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ clone_depth: 50
88

99
skip_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
1717
configuration:
@@ -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
3333
platform:
3434
- x64
3535

3636
install:
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

3944
build_script:

0 commit comments

Comments
 (0)