21
21
# threads often cause build issues
22
22
- CONFIGURE_ARGS='-Uusethreads'
23
23
- CONFIGURE_ARGS='-Dusethreads'
24
- # it's easy to miss dVAR
25
- - CONFIGURE_ARGS='-DPERL_GLOBAL_STRUCT_PRIVATE'
26
- # test scripts can be sensitive to PERL_UNICODE, and check long doubles
27
- - CONFIGURE_ARGS='-Duseshrplib -Dusesitecustomize -Duselongdouble' PERL_UNICODE='' LANG='en_US.UTF-8'
28
- # we've rarely had a problem with non-Englush locales, and exercise quadmath
29
- - CONFIGURE_ARGS='-Duseshrplib -Dusequadmath -Dusecbacktrace -Dusethreads' PERL_UNICODE='' LANG='de_DE.UTF-8'
24
+ # # it's easy to miss dVAR
25
+ # - CONFIGURE_ARGS='-DPERL_GLOBAL_STRUCT_PRIVATE'
26
+ # # test scripts can be sensitive to PERL_UNICODE, and check long doubles
27
+ # - CONFIGURE_ARGS='-Duseshrplib -Dusesitecustomize -Duselongdouble' PERL_UNICODE='' LANG='en_US.UTF-8'
28
+ # # we've rarely had a problem with non-Englush locales, and exercise quadmath
29
+ # - CONFIGURE_ARGS='-Duseshrplib -Dusequadmath -Dusecbacktrace -Dusethreads' PERL_UNICODE='' LANG='de_DE.UTF-8'
30
30
31
31
matrix :
32
32
fast_finish : true
33
33
34
34
script :
35
- - ./Configure -des -Dusedevel -Uversiononly -Dcc="ccache $CC" $CONFIGURE_ARGS -Dprefix=$HOME/perl-blead -DDEBUGGING
35
+ - echo "disabled"
36
+ # - ./Configure -des -Dusedevel -Uversiononly -Dcc="ccache $CC" $CONFIGURE_ARGS -Dprefix=$HOME/perl-blead -DDEBUGGING
36
37
# all script commands are always run
37
38
# rather than using one very long oneliner using '&&', just always check the build status
38
39
- if [ "x$TRAVIS_TEST_RESULT" = "x0" ]; then TEST_JOBS=$JOBS make -j$JOBS test_harness_notty; fi
@@ -49,23 +50,23 @@ addons:
49
50
- zlib1g-dev
50
51
- libbz2-dev
51
52
52
- notifications :
53
- # # use dedicated email for smoking ?
54
- # email:
55
- # recipients:
56
-
57
- # on_success: never # default: change
58
- # on_failure: always # default: always
59
- irc :
60
- nick : travisci
61
- channels :
62
- - " irc.perl.org#p5p-qa"
63
- # - "irc.perl.org#bot-test"
64
- template :
65
- - " Report for %{repository} (%{commit}) from %{author} (%{elapsed_time})"
66
- - " Status: %{message}"
67
- - " Build URL: %{build_url}"
68
- - " GitHub URL: https://github.com/%{repository_slug}/commit/%{commit}"
69
- on_success : change # default: always
70
- on_failure : always # default: always
71
- # use_notice: true
53
+ # notifications:
54
+ # # # use dedicated email for smoking ?
55
+ # # email:
56
+ # # recipients:
57
+
58
+ # # on_success: never # default: change
59
+ # # on_failure: always # default: always
60
+ # irc:
61
+ # nick: travisci
62
+ # channels:
63
+ # - "irc.perl.org#p5p-qa"
64
+ # # - "irc.perl.org#bot-test"
65
+ # template:
66
+ # - "Report for %{repository} (%{commit}) from %{author} (%{elapsed_time})"
67
+ # - "Status: %{message}"
68
+ # - "Build URL: %{build_url}"
69
+ # - "GitHub URL: https://github.com/%{repository_slug}/commit/%{commit}"
70
+ # on_success: change # default: always
71
+ # on_failure: always # default: always
72
+ # # use_notice: true
0 commit comments