Skip to content

Commit

Permalink
test on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Mar 6, 2019
1 parent 6d8fb76 commit 0dafd95
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
freebsd_instance:
image: freebsd-12-0-release-amd64

freebsd_tests_task:
test_script:
- pkg install -y perl5
- echo|cpan App::cpanminus
- cpanm --installdeps .
- perl Makefile.PL
- make
- make test
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.travis.yml
^\.git
.cirrus.yml

0 comments on commit 0dafd95

Please sign in to comment.