Codebase list libbson-perl-upstream / main .appveyor.yml
main

Tree @main (Download .tar.gz)

.appveyor.yml @mainraw · history · blame

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