[xboxdrv] 32/78: Fixed .travis.yml, added missing sudo to make install, added CXX handling

Andrey Rahmatullin wrar-guest at moszumanska.debian.org
Sun Feb 21 17:55:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

wrar-guest pushed a commit to branch master
in repository xboxdrv.

commit 2aa83d625fac8ed63cff9083e76b4dc626a0ea5e
Author: Ingo Ruhnke <grumbel at gmail.com>
Date:   Sat Jun 20 11:34:59 2015 +0200

    Fixed .travis.yml, added missing sudo to make install, added CXX handling
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index c89509f..b3b30ee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,6 +39,6 @@ before_install:
 
 script:
   - git clean -f
-  - scons BUILD=${BUILD_TYPE} && make install
+  - scons CXX=${CXX} BUILD=${BUILD_TYPE} && sudo make install
 
 # EOF #

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/xboxdrv.git



More information about the Pkg-games-commits mailing list