From 8e1cfbdad10c50977a5a732b666333be391f9c3d Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Fri, 16 Jun 2017 08:54:40 +1200 Subject: .travis.sh: increase the number of jobs to run in parallel The travis-ci.org vms have 2 cores so lets oversubscribe them a little to speed things up. Signed-off-by: Chris Packham diff --git a/.travis.sh b/.travis.sh index 7cb6b14..097ce3c 100644 --- a/.travis.sh +++ b/.travis.sh @@ -18,7 +18,7 @@ ct-ng_travis_build() .config # Build the sample - ct-ng build.2 & + ct-ng build.8 & local build_pid=$! # Start a runner task to print a "still running" line every 5 minutes -- cgit v0.10.2-6-g49f6 From 4c26ef68773832b3c3eb44b0eca45db95f479644 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Fri, 16 Jun 2017 12:47:11 +1200 Subject: .travis.yml: include support for C++ This is required for building the latest gdb. Signed-off-by: Chris Packham diff --git a/.travis.yml b/.travis.yml index 83afce2..bb8d94a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ # Using container-based infrastructure +dist: trusty sudo: false # 'bash' will define a generic environment without interfering environment @@ -26,6 +27,7 @@ addons: - libncurses5-dev - texinfo - help2man + - g++ # Building crosstool-NG core install: -- cgit v0.10.2-6-g49f6