Skip to content

Commit

Permalink
test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Mar 6, 2019
1 parent c74cd99 commit 82090b2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .appveyor.yml
@@ -0,0 +1,15 @@
cache:
- C:\strawberry

install:
- if not exist "C:\strawberry" choco install strawberryperl -y
- set PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
- cd %APPVEYOR_BUILD_FOLDER%
- cpanm --quiet --installdeps --with-develop --notest .

build_script:
- perl Makefile.PL
- gmake

test_script:
- gmake test
1 change: 1 addition & 0 deletions .gitignore
@@ -1,6 +1,7 @@
.*
!.gitignore
!.shipit
!.appveyor.yml
!.travis.yml
!.cirrus.yml
*.o
Expand Down

0 comments on commit 82090b2

Please sign in to comment.