Skip to content

Commit

Permalink
travis: Use -pipe to pipe compiler output directly into the assembler
Browse files Browse the repository at this point in the history
Instead of using temporary files.
  • Loading branch information
irydacea committed Jun 5, 2015
1 parent 1dd7a46 commit 5d99371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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"
Expand Down

0 comments on commit 5d99371

Please sign in to comment.