Skip to content

Commit f7d5a7c

Browse files
authored
Update CodeQL buildscript
1 parent 4319e45 commit f7d5a7c

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed
+9-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
#!/usr/bin/env bash
2-
3-
cmake -S. -Bbuild -GNinja && cmake --build build
2+
sudo apt-get update
3+
sudo apt-get install build-essential git \
4+
pkg-config cmake ninja-build gnome-desktop-testing libasound2-dev libpulse-dev \
5+
libaudio-dev libjack-dev libsndio-dev libsamplerate0-dev libx11-dev libxext-dev \
6+
libxrandr-dev libxcursor-dev libxfixes-dev libxi-dev libxss-dev libwayland-dev \
7+
libxkbcommon-dev libdrm-dev libgbm-dev libgl1-mesa-dev libgles2-mesa-dev \
8+
libegl1-mesa-dev libdbus-1-dev libibus-1.0-dev libudev-dev fcitx-libs-dev
9+
cmake -S . ~/build
10+
cmake --build ~/build

0 commit comments

Comments
 (0)