travis: Add minimal build.

Test building on xenial with:

./installdeps --no-openal --no-ffmpeg

Will also need to add --no-sfml to this.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover 2019-11-13 01:46:02 +00:00
parent ed14c7bc76
commit 1e56cbfcb3
No known key found for this signature in database
GPG Key ID: 08AB596679D86240
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ matrix:
- env: BUILD_ENV=ubuntu-trusty XVFB_RUN=1
dist: trusty
- env: BUILD_ENV=ubuntu-xenial XVFB_RUN=1
- env: BUILD_ENV=ubuntu-xenial-minimal INSTALLDEPS_ARGS="--no-openal --no-ffmpeg" XVFB_RUN=1
- env: BUILD_ENV=ubuntu-xenial XVFB_RUN=1 CC=clang CXX=clang++
- env: BUILD_ENV=mingw-w64
- env: BUILD_ENV=mingw-w32
@ -40,7 +41,7 @@ before_install:
esac
- |
if [ "$BUILD_ENV" != libretro ]; then
./installdeps $ARG
./installdeps $INSTALLDEPS_ARGS $ARG
DIR=build
else
DIR=src/libretro