mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-22 20:21:20 +00:00
- added GTK to Linux targets in continuous integration
This commit is contained in:
parent
654ab5bee4
commit
75c880a3b3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/continuous_integration.yml
vendored
4
.github/workflows/continuous_integration.yml
vendored
|
@ -32,14 +32,14 @@ jobs:
|
|||
- {
|
||||
name: "Linux GCC",
|
||||
os: ubuntu-latest,
|
||||
deps_cmdline: "sudo apt update && sudo apt install libsdl2-dev"
|
||||
deps_cmdline: "sudo apt update && sudo apt install libsdl2-dev libgtk2.0-dev"
|
||||
}
|
||||
- {
|
||||
name: "Linux Clang",
|
||||
os: ubuntu-latest,
|
||||
extra_options: "-DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++ \
|
||||
-DDYN_FLUIDSYNTH=OFF -DDYN_OPENAL=OFF -DDYN_SNDFILE=OFF -DDYN_MPG123=OFF",
|
||||
deps_cmdline: "sudo apt update && sudo apt install libsdl2-dev libvpx-dev libopenal-dev libfluidsynth-dev libmpg123-dev libsndfile1-dev"
|
||||
deps_cmdline: "sudo apt update && sudo apt install libsdl2-dev libvpx-dev libopenal-dev libfluidsynth-dev libmpg123-dev libsndfile1-dev libgtk-3-dev"
|
||||
}
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue