mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 23:52:49 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user