[libclass-virtual-perl] 03/06: Add Travis and AppVeyor CI configs.

dom at earth.li dom at earth.li
Wed Aug 23 14:00:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

dom pushed a commit to tag v0.08
in repository libclass-virtual-perl.

commit efb65b573722f41b26b96823e10aae993adf1109
Author: Michael G. Schwern <schwern at pobox.com>
Date:   Sat Aug 6 13:00:47 2016 -0700

    Add Travis and AppVeyor CI configs.
---
 .travis.yml  | 10 ++++++++++
 appveyor.yml | 21 +++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..e4734d6
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,10 @@
+language: perl
+perl:
+  - "5.22"
+  - "5.20"
+  - "5.18"
+  - "5.16"
+  - "5.14"
+  - "5.12"
+  - "5.10"
+  - "5.8"
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..82d64fe
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,21 @@
+branches:
+  except:
+    - /travis/
+skip_tags: true
+
+cache:
+  - C:\strawberry
+
+install:
+  - 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\%APPVEYOR_PROJECT_NAME%
+  - cpanm --installdeps .
+
+build_script:
+  - perl Makefile.PL
+  - dmake
+
+test_script:
+  - dmake test
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-virtual-perl.git



More information about the Pkg-perl-cvs-commits mailing list