From 5d993718a67b133a53dd2686f8892ad3d3aa5937 Mon Sep 17 00:00:00 2001 From: "Ignacio R. Morelle" Date: Fri, 29 May 2015 05:29:35 -0300 Subject: [PATCH] travis: Use -pipe to pipe compiler output directly into the assembler Instead of using temporary files. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 33680dd65a0a..8b4dcb93783d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_install: - sudo add-apt-repository -y --remove "deb http://old-releases.ubuntu.com/ubuntu/ saucy main universe" - sudo apt-get update -qq install: -script: scons cxxtool=$CXX strict=True extra_flags_release="-O0" wesnoth wesnothd campaignd test jobs=2 +script: scons cxxtool=$CXX strict=True extra_flags_release="-O0" extra_flags_config="-pipe" wesnoth wesnothd campaignd test jobs=2 after_script: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start"