Skip to content

Commit fe911a9

Browse files
authored
disable appveyour for CI builds (#211)
* disable appveyour fo CI builds
1 parent 3811222 commit fe911a9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

appveyor.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
version: 1.0.0.{build}
22

3+
skip_commits:
4+
message: /.*/
5+
skip_branch_with_pr: true
6+
skip_tags: true
7+
skip_non_tags: true
8+
39
os:
410
- Visual Studio 2015
511
- Visual Studio 2017
@@ -15,7 +21,7 @@ configuration:
1521
environment:
1622
BOOST_ROOT: C:\Libraries\boost_1_65_1
1723
GENERATOR: "\"NMake Makefiles\""
18-
DEPS_MODE: external-boost
24+
DEPS_MODE: internal
1925

2026
matrix:
2127
# - BUILD_PLATFORM: clang

0 commit comments

Comments
 (0)