diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 00000000..afc8875f --- /dev/null +++ b/.appveyor.yml @@ -0,0 +1,16 @@ +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 -V + - perl Makefile.PL + - gmake + +test_script: + - gmake test