travis: clean up
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
@@ -14,8 +14,6 @@ matrix:
|
|||||||
- env:
|
- env:
|
||||||
- LABEL="macOS make"
|
- LABEL="macOS make"
|
||||||
- BUILD=make
|
- BUILD=make
|
||||||
- MAKEFLAGS="-j4"
|
|
||||||
- MAKE_CHECK_COMMAND="make check"
|
|
||||||
- DRI_LOADERS="--with-platforms=x11 --disable-egl"
|
- DRI_LOADERS="--with-platforms=x11 --disable-egl"
|
||||||
os: osx
|
os: osx
|
||||||
- env:
|
- env:
|
||||||
@@ -66,6 +64,7 @@ install:
|
|||||||
script:
|
script:
|
||||||
- if test "x$BUILD" = xmake; then
|
- if test "x$BUILD" = xmake; then
|
||||||
export CFLAGS="$CFLAGS -isystem`pwd`";
|
export CFLAGS="$CFLAGS -isystem`pwd`";
|
||||||
|
export MAKEFLAGS="-j4";
|
||||||
|
|
||||||
mkdir build &&
|
mkdir build &&
|
||||||
cd build &&
|
cd build &&
|
||||||
@@ -78,7 +77,7 @@ script:
|
|||||||
--with-vulkan-drivers=$VULKAN_DRIVERS
|
--with-vulkan-drivers=$VULKAN_DRIVERS
|
||||||
--disable-llvm-shared-libs
|
--disable-llvm-shared-libs
|
||||||
&&
|
&&
|
||||||
make && eval $MAKE_CHECK_COMMAND;
|
make && make check;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- |
|
- |
|
||||||
|
Reference in New Issue
Block a user