summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2020-02-01 17:32:21 +0100
committerKarel Miko <karel.miko@gmail.com>2020-02-01 17:32:21 +0100
commit68ba7fde9897bf28c15c711bcfd7fd509c5fa717 (patch)
tree2a64e044ae9fa4c0cd62bb0985a7931e915e2efb /.appveyor.yml
parenta9f362504521908d1dca43f886283311b760c293 (diff)
appveyor test 6
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml15
1 files changed, 5 insertions, 10 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index bc37bd31..ab85cacd 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -5,6 +5,7 @@ build: off
environment:
matrix:
- perl_type: strawberry
+ perl_bits: 32
perl_version: 5.30.1.1
# - perl_type: strawberry
# perl_version: 5.28.2.1
@@ -24,24 +25,18 @@ environment:
# perl_version: 5.14.4.1
# - perl_type: cygwin
-
-platform:
- - x64
-# - x86
-
init:
- reg add "HKLM\SYSTEM\CurrentControlSet\Control\Windows" /f /v ErrorMode /d 2
- reg add "HKLM\Software\Microsoft\Windows\Windows Error Reporting" /f /v DontShowUI /d 1
- - cinst -y wget
- - cinst -y unzip
+ - cinst -y wget unzip
install:
- 'call .appveyor.cmd perl_setup'
- - '%perl% -V'
- - '%cpanm% --installdeps --notest --with-develop --with-recommends .'
+ - 'perl -V'
+ - 'cpanm --installdeps --notest --with-develop --with-recommends .'
build_script:
- - '%perl% Makefile.PL'
+ - 'perl Makefile.PL'
- '%make%'
test_script: