Skip to content

Commit

Permalink
Update AppVeyor configuration
Browse files Browse the repository at this point in the history
- Rename from dotfile to proper appveyor.yml
- Fix build phase to use Script mode instead of MSBuild mode
  • Loading branch information
zakame committed Dec 17, 2020
1 parent 630a761 commit 662cc30
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .appveyor.yml

This file was deleted.

19 changes: 19 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 1.0.{build}
clone_folder: C:\projects\data-cuid
install:
- cmd: >-
if not exist "C:\strawberry" cinst strawberryperl
set PATH=C:\strawberry\perl\bin;C:\strawberry\perl\site\bin;C:\strawberry\c\bin;%PATH%
cd C:\projects\data-cuid
cpanm --installdeps . -n
cache: C:\strawberry
build_script:
- cmd: >-
perl Build.PL
perl ./Build build
test_script:
- cmd: perl ./Build test

0 comments on commit 662cc30

Please sign in to comment.