Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 6bff0d3

Browse files
committed
go back to not using the matrix
1 parent a74b2b8 commit 6bff0d3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

appveyor.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
os: Visual Studio 2015
22

3-
environment:
4-
matrix:
5-
- BUILD_PROFILE: net40,portable7,portable47,portable78,portable259,vs
6-
- BUILD_PROFILE: cambridge_suite,smoke_only
7-
- BUILD_PROFILE: qa_suite
3+
#environment:
4+
# matrix:
5+
# - BUILD_PROFILE: net40,portable7,portable47,portable78,portable259,vs
6+
# - BUILD_PROFILE: cambridge_suite,smoke_only
7+
# - BUILD_PROFILE: qa_suite
88

99
init:
1010
build_script:
11-
- cmd: appveyor-build.cmd %BUILD_PROFILE%
11+
- cmd: appveyor-build.cmd smoke
1212

1313
# scripts that run after cloning repository
1414
install:

0 commit comments

Comments
 (0)