This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Provisional version bump for NEXT.pm
[perl5.git] / .travis.yml
1 language: c
2
3 os:
4   - linux
5   - osx
6
7 compiler:
8   - gcc
9   - clang
10
11 env:
12     - CONFIGURE_ARGS='-Uusethreads'
13     - CONFIGURE_ARGS='-Dusethreads'
14     - CONFIGURE_ARGS='-Duselongdouble'
15     - CONFIGURE_ARGS='-Duse64bitall'
16     - CONFIGURE_ARGS='-Dusethreads -Duselongdouble'
17     - CONFIGURE_ARGS='-Dusethreads -Duse64bitall'
18     - CONFIGURE_ARGS='-Dusethreads -Duse64bitall -Duselongdouble'
19
20 script:
21   - ./Configure -des -Dusedevel -Uversiononly -Dcc=$CC $CONFIGURE_ARGS -Dprefix=$HOME/perl-blead -DDEBUGGING && TEST_JOBS=4 make -j4 test_harness && make install && $HOME/perl-blead/bin/perlivp
22
23 addons:
24     apt:
25         packages:
26             - file
27             - cpio
28             - libdb-dev
29             - libgdbm-dev
30             - zlib1g-dev
31             - libbz2-dev