From 8343e121be1b7eb7ccfc3cda507e09ff2a53ac08 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 22 Jul 2019 15:33:22 +0200 Subject: [PATCH] Add rule to travis.yml --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index e8d9df525f..16ca23b2dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -91,6 +91,10 @@ script: if [ -n "$DISABLE_OVERLAY" ]; then ARGS="$ARGS --disable-overlay" fi + - | + if [ -n "$DISABLE_CDROM" ]; then + ARGS="$ARGS --disable-cdrom" + fi - | if [ -n "$ENABLE_GLES" ]; then ARGS="$ARGS --enable-opengles"