mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-25 05:21:16 +00:00
- clang 6 debug workflow is broken for now
This commit is contained in:
parent
d99ed7628c
commit
81af5279d1
1 changed files with 7 additions and 7 deletions
14
.github/workflows/continuous_integration.yml
vendored
14
.github/workflows/continuous_integration.yml
vendored
|
@ -55,13 +55,13 @@ jobs:
|
|||
deps_cmdline: "sudo apt update && sudo apt install g++-11 libsdl2-dev libvpx-dev libgtk-3-dev",
|
||||
build_type: "MinSizeRel"
|
||||
}
|
||||
- {
|
||||
name: "Linux Clang 6",
|
||||
os: ubuntu-20.04,
|
||||
extra_options: "-DCMAKE_C_COMPILER=clang-6.0 -DCMAKE_CXX_COMPILER=clang++-6.0 -DDYN_OPENAL=OFF",
|
||||
deps_cmdline: "sudo apt update && sudo apt install clang-6.0 libsdl2-dev libvpx-dev libopenal-dev libfluidsynth-dev libmpg123-dev libsndfile1-dev",
|
||||
build_type: "Debug"
|
||||
}
|
||||
# - {
|
||||
# name: "Linux Clang 6",
|
||||
# os: ubuntu-20.04,
|
||||
# extra_options: "-DCMAKE_C_COMPILER=clang-6.0 -DCMAKE_CXX_COMPILER=clang++-6.0 -DDYN_OPENAL=OFF",
|
||||
# deps_cmdline: "sudo apt update && sudo apt install clang-6.0 libsdl2-dev libvpx-dev libopenal-dev libfluidsynth-dev libmpg123-dev libsndfile1-dev",
|
||||
# build_type: "Debug"
|
||||
# }
|
||||
- {
|
||||
name: "Linux Clang 12",
|
||||
os: ubuntu-20.04,
|
||||
|
|
Loading…
Reference in a new issue