Codebase list libdatetime-locale-perl / upstream/1.24 appveyor.yml
upstream/1.24

Tree @upstream/1.24 (Download .tar.gz)

appveyor.yml @upstream/1.24raw · history · blame

---
skip_tags: true
cache:
  - C:\strawberry
install:
  - if not exist "C:\strawberry" cinst strawberryperl -y
  - set PATH=C:\strawberry\perl\bin;C:\strawberry\perl\site\bin;C:\strawberry\c\bin;%PATH%
  - cd %APPVEYOR_BUILD_FOLDER%
  - cpanm --installdeps . -n
build_script:
  - perl -e 1
test_script:
  - prove -lrvm t/
### __app_cisetup__
# --- {}

### __app_cisetup__