Mesa (master): travis: clean up

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Mar 8 15:40:54 UTC 2019


Module: Mesa
Branch: master
Commit: 08b70e1c2b82d8ddfa067baf686095b84ddbb636
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=08b70e1c2b82d8ddfa067baf686095b84ddbb636

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Fri Mar  8 15:33:39 2019 +0000

travis: clean up

Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>

---

 .travis.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e13f384a2a3..382c2efcf76 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,8 +14,6 @@ matrix:
     - env:
         - LABEL="macOS make"
         - BUILD=make
-        - MAKEFLAGS="-j4"
-        - MAKE_CHECK_COMMAND="make check"
         - DRI_LOADERS="--with-platforms=x11 --disable-egl"
       os: osx
     - env:
@@ -66,6 +64,7 @@ install:
 script:
   - if test "x$BUILD" = xmake; then
       export CFLAGS="$CFLAGS -isystem`pwd`";
+      export MAKEFLAGS="-j4";
 
       mkdir build &&
       cd build &&
@@ -78,7 +77,7 @@ script:
         --with-vulkan-drivers=$VULKAN_DRIVERS
         --disable-llvm-shared-libs
         &&
-      make && eval $MAKE_CHECK_COMMAND;
+      make && make check;
     fi
 
   - |




More information about the mesa-commit mailing list