11 - git fetch --unshallow --tags # t/porting/cmp_version.t
12 # install & enable ccache on osx
13 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew install ccache; fi
14 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH="/usr/local/opt/ccache/libexec:$PATH"; fi
20 - CONFIGURE_ARGS='-Uusethreads'
21 - CONFIGURE_ARGS='-Dusethreads'
22 - CONFIGURE_ARGS='-DPERL_GLOBAL_STRUCT'
23 - CONFIGURE_ARGS='-DPERL_GLOBAL_STRUCT_PRIVATE'
24 - CONFIGURE_ARGS='-Duseshrplib -Dusesitecustomize'
30 - ./Configure -des -Dusedevel -Uversiononly -Dcc="ccache $CC" $CONFIGURE_ARGS -Dprefix=$HOME/perl-blead -DDEBUGGING
31 # all script commands are always run
32 # rather than using one very long oneliner using '&&', just always check the build status
33 - if [ "x$TRAVIS_TEST_RESULT" = "x0" ]; then TEST_JOBS=$JOBS make -j$JOBS test_harness_notty; fi
34 - if [ "x$TRAVIS_TEST_RESULT" = "x0" ]; then make -j$JOBS install; fi
35 - if [ "x$TRAVIS_TEST_RESULT" = "x0" ]; then $HOME/perl-blead/bin/perlivp; fi
48 ## use dedicated email for smoking ?
51 # - perl5-porters@perl.org
52 # on_success: never # default: change
53 # on_failure: always # default: always
57 - "irc.perl.org#p5p-qa"
58 # - "irc.perl.org#bot-test"
60 - "Report for %{repository} (%{commit}) from %{author} (%{elapsed_time})"
61 - "Status: %{message}"
62 - "Build URL: %{build_url}"
63 - "GitHub URL: https://github.com/p5h/perl5demo/commit/%{commit}" # adjust this url to use the production repo
64 on_success: change # default: always
65 on_failure: always # default: always