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:
parent
ed14c7bc76
commit
1e56cbfcb3
|
@ -13,6 +13,7 @@ matrix:
|
||||||
- env: BUILD_ENV=ubuntu-trusty XVFB_RUN=1
|
- env: BUILD_ENV=ubuntu-trusty XVFB_RUN=1
|
||||||
dist: trusty
|
dist: trusty
|
||||||
- env: BUILD_ENV=ubuntu-xenial XVFB_RUN=1
|
- 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=ubuntu-xenial XVFB_RUN=1 CC=clang CXX=clang++
|
||||||
- env: BUILD_ENV=mingw-w64
|
- env: BUILD_ENV=mingw-w64
|
||||||
- env: BUILD_ENV=mingw-w32
|
- env: BUILD_ENV=mingw-w32
|
||||||
|
@ -40,7 +41,7 @@ before_install:
|
||||||
esac
|
esac
|
||||||
- |
|
- |
|
||||||
if [ "$BUILD_ENV" != libretro ]; then
|
if [ "$BUILD_ENV" != libretro ]; then
|
||||||
./installdeps $ARG
|
./installdeps $INSTALLDEPS_ARGS $ARG
|
||||||
DIR=build
|
DIR=build
|
||||||
else
|
else
|
||||||
DIR=src/libretro
|
DIR=src/libretro
|
||||||
|
|
Loading…
Reference in New Issue