[xboxdrv] 31/78: Fixed build type handling in .travis.yml

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 c6f9511b3399d87f0adba98ece9fffaa0adcfcac
Author: Ingo Ruhnke <grumbel at gmail.com>
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



More information about the Pkg-games-commits mailing list