summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ci/xdotools.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/ci/xdotools.sh b/ci/xdotools.sh
index 6c29c696d..36331fd9b 100644
--- a/ci/xdotools.sh
+++ b/ci/xdotools.sh
@@ -82,5 +82,13 @@ for i in `seq 99994 99999`; do
sleep 1
done
+# Quit
+send_event key KP_Enter # Open main menu
+send_event key Down # Select 'Actions'
+send_event key Down # Select 'Route'
+send_event key Right # Select 'About'
+send_event key Right # Select 'Quit'
+send_event key KP_Enter # Validate
+
# Assemble the gif
convert -delay 100 -loop 0 $CIRCLE_ARTIFACTS/frames/*.png $CIRCLE_ARTIFACTS/town_search.gif