Skip to content

Commit e140a57

Browse files
committed
Add cygwin g++ build to appveyor test matrix
1 parent 292091e commit e140a57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ matrix:
77
environment:
88
matrix:
99
- perl_type: cygwin
10+
- perl_type: cygwin
11+
configure_args: "CC=g++"
1012
- perl_type: strawberry
1113
perl_version: 5.28.0.1
1214
- perl_type: strawberry
@@ -32,4 +34,4 @@ install:
3234
build: off
3335

3436
test_script:
35-
- '%cpanm% --test-only -v .'
37+
- '%cpanm% --test-only --configure-args "%configure_args%" -v .'

0 commit comments

Comments
 (0)