forked from oetiker/znapzend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
27 lines (22 loc) · 939 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
language: C
perl:
- "5.19"
- "5.18"
- "5.16"
- "5.14"
before_install:
before_script:
- sudo ./setup/build-thirdparty.sh /opt/znapzend/thirdparty
- sudo ./setup/build-devel.sh /opt/znapzend/thirdparty
script:
- ./configure --prefix=/opt/znapzend
- sudo make install
- perl -I/opt/znapzend/thirdparty/lib/perl5
-MDevel::Cover=+ignore,thirdparty ./t/znapzend.t /opt/znapzend || test $? == 1
- perl -I/opt/znapzend/thirdparty/lib/perl5
-MDevel::Cover=+ignore,thirdparty ./t/znapzendzetup.t /opt/znapzend || test $? == 1
- perl -I/opt/znapzend/thirdparty/lib/perl5
-MDevel::Cover=+ignore,thirdparty ./t/znapzendztatz.t /opt/znapzend || test $? == 1
- perl -I/opt/znapzend/thirdparty/lib/perl5
-MDevel::Cover=+ignore,thirdparty ./t/autoscrub.t /opt/znapzend || test $? == 1
- env PERL5LIB=/opt/znapzend/thirdparty/lib/perl5 /opt/znapzend/thirdparty/bin/cover -report coveralls