File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
libmiroil-dev libmirrenderer-dev libgles2-mesa-dev libmirwayland-dev libjson-c-dev
36
36
37
37
sudo apt install mir-platform-graphics-virtual xwayland \
38
- mir-platform-graphics-gbm-kms mir-platform-rendering-egl-generic gedit gnome-chess
38
+ mir-platform-graphics-gbm-kms mir-platform-rendering-egl-generic gedit gnome-chess \
39
+ libwayland-dev
39
40
40
41
- name : Configure CMake
41
42
run : cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
@@ -50,11 +51,10 @@ jobs:
50
51
run : cd ${{github.workspace}}/build && ./bin/miracle-wm-tests
51
52
52
53
- name : IPC Tests
53
- if : false
54
54
run : |
55
+ sudo systemd-run --uid 1001 -p Environment=XDG_SESSION_TYPE=wayland -p PAMName=login -p TTYPath=/dev/tty1 -- tail -f /dev/null
56
+
55
57
cd ${{github.workspace}}/tests/ipc
56
- python -m venv venv
57
- source venv/bin/activate
58
58
pip install -r requirements.txt
59
59
MIRACLE_IPC_TEST_BIN=/usr/local/bin/miracle-wm pytest -s
60
60
You can’t perform that action at this time.
0 commit comments