Module: Mesa Branch: master Commit: 08b70e1c2b82d8ddfa067baf686095b84ddbb636 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=08b70e1c2b82d8ddfa067baf686095b84ddbb636
Author: Eric Engestrom <[email protected]> Date: Fri Mar 8 15:33:39 2019 +0000 travis: clean up Signed-off-by: Eric Engestrom <[email protected]> --- .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 - | _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
