This is an automated email from the git hooks/post-receive script. wrar-guest pushed a commit to branch master in repository xboxdrv.
commit c6f9511b3399d87f0adba98ece9fffaa0adcfcac Author: Ingo Ruhnke <[email protected]> Date: Sat Jun 20 11:15:47 2015 +0200 Fixed build type handling in .travis.yml --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d92fcee..c89509f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,8 +30,8 @@ matrix: env: matrix: - - BUILD_TYPE="Debug" - - BUILD_TYPE="Release" + - BUILD_TYPE="development" + - BUILD_TYPE="release" before_install: - sudo apt-get update -qq @@ -39,6 +39,6 @@ before_install: script: - git clean -f - - make && make install + - scons BUILD=${BUILD_TYPE} && make install # EOF # -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/xboxdrv.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

