Skip to content

Commit

Permalink
CI appveyor partial build to trigger cache
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Sep 6, 2024
1 parent bb6c5e5 commit eb2580c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ install:
- cpanm -v Alien::libtiff
- cpanm -v Alien::proj

- set ALIEN_GDAL_CONFIG_ARGS=--without-spatialite --without-gnm --without-qhull
- cpanm -v Alien::gdal
- cpanm --notest --installdeps .
- cpanm --installdeps .
# - set ALIEN_GDAL_CONFIG_ARGS=--without-spatialite --without-gnm --without-qhull
# - cpanm -v Alien::gdal
#
# - cpanm --notest --installdeps .
# - cpanm --installdeps .


build_script:
- prove -l
#- perl -e "1"
# - prove -l
- perl -e "1"

0 comments on commit eb2580c

Please sign in to comment.