Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ clone_depth: 50

skip_commits:
files:
- 'documentation/*'
- '**/*.html'
- '**/*.md'
- '.travis.yml'
- "documentation/*"
- "**/*.html"
- "**/*.md"
- ".travis.yml"

# Build Configurations: dll/static, regular/debug
configuration:
Expand All @@ -25,15 +25,17 @@ environment:
SETUP_PATH: .ci-local

matrix:
- CMP: vs2019
BASE: 7.0
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- CMP: vs2019
BASE: 7.0
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019

# Platform: processor architecture
platform:
- x64

install:
- cmd: where python
- cmd: python --version
- cmd: git submodule update --init --recursive

build_script:
Expand Down