Skip to content
Merged
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
8 changes: 7 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
version: 1.0.0.{build}

skip_commits:
message: /.*/
skip_branch_with_pr: true
skip_tags: true
skip_non_tags: true

os:
- Visual Studio 2015
- Visual Studio 2017
Expand All @@ -15,7 +21,7 @@ configuration:
environment:
BOOST_ROOT: C:\Libraries\boost_1_65_1
GENERATOR: "\"NMake Makefiles\""
DEPS_MODE: external-boost
DEPS_MODE: internal

matrix:
# - BUILD_PLATFORM: clang
Expand Down