mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
travis: Log configure arguments + use before_script.
This commit is contained in:
parent
eb2a881d55
commit
841b3d620f
@ -98,7 +98,7 @@ before_install:
|
|||||||
sudo update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix
|
sudo update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix
|
||||||
fi
|
fi
|
||||||
|
|
||||||
script:
|
before_script:
|
||||||
- |
|
- |
|
||||||
if [ -n "$CROSS_COMPILE" ]; then
|
if [ -n "$CROSS_COMPILE" ]; then
|
||||||
ARGS="$ARGS --disable-d3d8 --disable-d3d9 --disable-d3d10 --disable-d3d11 --disable-d3d12"
|
ARGS="$ARGS --disable-d3d8 --disable-d3d9 --disable-d3d10 --disable-d3d11 --disable-d3d12"
|
||||||
@ -131,6 +131,9 @@ script:
|
|||||||
if [ -n "$ENABLE_GLES3" ]; then
|
if [ -n "$ENABLE_GLES3" ]; then
|
||||||
ARGS="$ARGS --enable-opengles3"
|
ARGS="$ARGS --enable-opengles3"
|
||||||
fi
|
fi
|
||||||
|
- echo "Configure arguments = $ARGS"
|
||||||
|
|
||||||
|
script:
|
||||||
- ./configure $ARGS
|
- ./configure $ARGS
|
||||||
- |
|
- |
|
||||||
if [ -n "$C89_BUILD" ]; then
|
if [ -n "$C89_BUILD" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user