travis: Test make install.

This commit is contained in:
orbea
2019-10-07 09:55:53 -07:00
committed by Rafael Kitover
parent 3111de5205
commit 369da07e7f

View File

@@ -59,6 +59,7 @@ script:
- cd -- "$DIR"
- if [ "$BUILD_ENV" != libretro ]; then $CMAKE $CMAKE_ARGS ..; fi
- make
- if [ "$BUILD_ENV" != libretro ]; then make install DESTDIR=/tmp/VBAM; fi
- |
if [ -n "$XVFB_RUN" ]; then
xvfb-run ./visualboyadvance-m --help