Skip to content

Commit f736ad7

Browse files
committed
Adapt Win32-Daemon appveryor and gitignore files to Win32 module
1 parent 21aa312 commit f736ad7

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ matrix:
66

77
environment:
88
matrix:
9+
- perl_type: cygwin
910
- perl_type: strawberry
1011
perl_version: 5.28.0.1
1112
- perl_type: strawberry

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ _build/
1313
cover_db/
1414
/_eumm/
1515
/UV*
16-
Win32-Daemon-*/
17-
Win32-Daemon-*.tar.gz
16+
Win32-*/
17+
Win32-*.tar.gz
1818
.perl-version
1919
pm_to_blib
2020
*.sw*
2121
*.tar.gz
2222
xx*
2323
*.bs
2424
*.o
25-
Daemon.cpp
26-
Daemon.o
27-
Daemon.def
25+
Win32.c
26+
Win32.o
27+
Win32.def
2828
.vscode/

0 commit comments

Comments
 (0)