mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[client] ci: check --help spelling
This commit is contained in:
parent
909a9a903f
commit
4ee83a2b31
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -30,6 +30,7 @@ jobs:
|
|||||||
libx11-dev libxss-dev libxi-dev libxinerama-dev libxcursor-dev libxpresent-dev \
|
libx11-dev libxss-dev libxi-dev libxinerama-dev libxcursor-dev libxpresent-dev \
|
||||||
libwayland-dev wayland-protocols libxkbcommon-dev \
|
libwayland-dev wayland-protocols libxkbcommon-dev \
|
||||||
$([ '${{ matrix.wayland_shell }}' = libdecor ] && echo 'libdecor-dev libdbus-1-dev')
|
$([ '${{ matrix.wayland_shell }}' = libdecor ] && echo 'libdecor-dev libdbus-1-dev')
|
||||||
|
sudo pip3 install pyenchant
|
||||||
- name: Configure client
|
- name: Configure client
|
||||||
env:
|
env:
|
||||||
CC: /usr/bin/${{ matrix.compiler.cc }}
|
CC: /usr/bin/${{ matrix.compiler.cc }}
|
||||||
@ -46,6 +47,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd client/build
|
cd client/build
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
- name: Checking help spelling
|
||||||
|
run: ./client/build/looking-glass-client --help | ./doc/lgspell.py
|
||||||
|
|
||||||
module:
|
module:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -5,6 +5,7 @@ clang
|
|||||||
cmake
|
cmake
|
||||||
config
|
config
|
||||||
deuteranope
|
deuteranope
|
||||||
|
dir
|
||||||
distros
|
distros
|
||||||
dmabuf
|
dmabuf
|
||||||
fullscreen
|
fullscreen
|
||||||
|
Loading…
Reference in New Issue
Block a user