Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move SPLIT_BUILD setting to before init, where it is used
  • Loading branch information
mohawk2 authored and zmughal committed Mar 14, 2015
1 parent 263d8ae commit 8647162
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -38,13 +38,14 @@ before_install:
- perl -pi -e 's|BADVAL_PER_PDL => 0|BADVAL_PER_PDL => 1| if defined $ENV{PDL_BADVAL_PER_PDL} && $ENV{PDL_BADVAL_PER_PDL} == 1' perldl.conf # enable BADVAL_PER_PDL
- git clone git://github.com/travis-perl/helpers ~/travis-perl-helpers
- ls -lR
- export SPLIT_BUILD=0
- source ~/travis-perl-helpers/init
- build-perl
- perl -V
- cpanm --quiet --notest ExtUtils::F77 Term::ReadLine::Gnu PGPLOT # do not need tests
- cpanm --quiet --notest Devel::CheckLib # specify this now because this is a CONFIGURE_REQUIRES for author-side
- cpanm --force --verbose ExtUtils::ParseXS # we install the latest ExtUtils::ParseXS
- SPLIT_BUILD=0 build-dist
- build-dist
- cd $BUILD_DIR # $BUILD_DIR is set by the build-dist command
install:
- cpan-install --deps # installs prereqs, including recommends
Expand Down

0 comments on commit 8647162

Please sign in to comment.