There was an error while loading. Please reload this page.
1 parent f3296c0 commit ec27c44Copy full SHA for ec27c44
1 file changed
.github/workflows/ci.yml
@@ -55,13 +55,14 @@ jobs:
55
cmake \
56
${{ matrix.appindicator }} \
57
dbus-x11 \
58
+ gnome-screenshot \
59
+ gnome-panel \
60
+ imagemagick \
61
+ indicator-application \
62
libglib2.0-dev \
63
libnotify-dev \
64
+ metacity \
65
ninja-build \
- marco \
- mate-panel \
- imagemagick \
- gnome-screenshot \
66
xvfb
67
68
- name: Setup Dependencies macOS
@@ -178,9 +179,9 @@ jobs:
178
179
XVFB_PID=$!
180
sleep 2
181
dbus-run-session -- bash -c '
- marco &
182
+ metacity &
183
WM_PID=$!
- mate-panel &
184
+ gnome-panel &
185
PANEL_PID=$!
186
sleep 8
187
./test_tray --gtest_color=yes --gtest_output=xml:test_results.xml
0 commit comments