File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 run : QT_QPA_PLATFORM=offscreen ./build/mutterkey --help
7373
7474 - name : Validate headless tray startup
75- run : timeout 2s env QT_QPA_PLATFORM=offscreen ./build/mutterkey-tray
75+ run : |
76+ if timeout 2s env QT_QPA_PLATFORM=offscreen ./build/mutterkey-tray; then
77+ exit 0
78+ else
79+ status=$?
80+ test "$status" -eq 124
81+ fi
Original file line number Diff line number Diff line change 5858 test -x "$INSTALL_DIR/bin/mutterkey-tray"
5959
6060 - name : Validate headless tray startup
61- run : timeout 2s env QT_QPA_PLATFORM=offscreen ./build/mutterkey-tray
61+ run : |
62+ if timeout 2s env QT_QPA_PLATFORM=offscreen ./build/mutterkey-tray; then
63+ exit 0
64+ else
65+ status=$?
66+ test "$status" -eq 124
67+ fi
6268
6369 - name : Run Valgrind Memcheck lane
6470 run : bash scripts/run-valgrind.sh build
You can’t perform that action at this time.
0 commit comments