diff options
author | Jean-Marie Lemetayer <jeanmarie.lemetayer@gmail.com> | 2015-10-03 14:11:29 +0200 |
---|---|---|
committer | Jean-Marie Lemetayer <jeanmarie.lemetayer@gmail.com> | 2015-10-03 14:23:58 +0200 |
commit | 6fac453afd4a33d608deb56528b7d48b123bd13f (patch) | |
tree | c88ae78c7fe13899ab9c63dec7664f4977431804 /.travis.yml | |
parent | b565e949d4d9eb695d026a963aa537f0d0992291 (diff) | |
download | crosstool-ng-6fac453afd4a33d608deb56528b7d48b123bd13f.tar.gz crosstool-ng-6fac453afd4a33d608deb56528b7d48b123bd13f.tar.bz2 crosstool-ng-6fac453afd4a33d608deb56528b7d48b123bd13f.zip |
Manage travis-ci build in an external script
This allows to:
* override configuration
* deal with travis-ci timing restrictions
Signed-off-by: Jean-Marie Lemetayer <jeanmarie.lemetayer@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 93765c71..927d9bc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,8 +42,9 @@ env: # Building the standard samples script: - - ./ct-ng $CT_SAMPLE - - CT_LOG_DEBUG=y CT_LOG_LEVEL_MAX="DEBUG" ./ct-ng build.2 + - . ./.travis.sh # Load the travis environment + - ct-ng $CT_SAMPLE # Configure the build + - ct-ng_travis_build # Build the sample # On failure displaying the last lines of the log file after_failure: |