mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-07 11:16:11 -04:00
add clang compile options in Windows and Ubuntu
This commit is contained in:
parent
9ec7801630
commit
4e0a30ee45
12
.github/workflows/meson.yaml
vendored
12
.github/workflows/meson.yaml
vendored
@ -26,6 +26,12 @@ jobs:
|
||||
cc: "gcc", cxx: "g++",
|
||||
extra_path: "C:\\ProgramData\\chocolatey\\lib\\mingw\\tools\\install\\mingw64\\bin",
|
||||
}
|
||||
- {
|
||||
name: "Windows Latest Clang",
|
||||
os: windows-latest,
|
||||
cc: "clang", cxx: "clang++", c_ld: "lld-link", cxx_ld: "lld-link",
|
||||
extra_path: "",
|
||||
}
|
||||
- {
|
||||
name: "Ubuntu Latest GCC",
|
||||
os: ubuntu-latest,
|
||||
@ -34,6 +40,12 @@ jobs:
|
||||
cc: "gcc", cxx: "g++",
|
||||
extra_path: ""
|
||||
}
|
||||
- {
|
||||
name: "Ubuntu Latest Clang",
|
||||
os: ubuntu-latest,
|
||||
cc: "clang", cxx: "clang++", c_ld: "lld", cxx_ld: "lld",
|
||||
extra_path: ""
|
||||
}
|
||||
- {
|
||||
name: "macOS Latest Clang",
|
||||
os: macos-latest,
|
||||
|
Loading…
x
Reference in New Issue
Block a user