Skip to content

Commit

Permalink
enable appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
eserte committed Jan 29, 2020
1 parent 0b836c8 commit 70bf9cf
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
branches:
except:
- /travis/
- /github-actions/
- /doozer/
skip_tags: true

#cache:
# - C:\strawberry

environment:
matrix:
- perl: activeperl
make: dmake
- perl: strawberryperl
make: gmake

install:
- if %perl%==strawberryperl ( if not exist "C:\strawberry" cinst strawberryperl )
- if %perl%==strawberryperl set PATH=C:\strawberry\perl\bin;C:\strawberry\perl\site\bin;C:\strawberry\c\bin;%PATH%
- cd C:\projects\%APPVEYOR_PROJECT_NAME%
- if %perl%==activeperl ppm install dmake YAML-LibYAML
- if %perl%==strawberryperl ( cpanm --installdeps . && cpanm --notest YAML::XS )

build_script:
- perl Makefile.PL
- '%make% test'

0 comments on commit 70bf9cf

Please sign in to comment.