Skip to content

Commit

Permalink
add clang/windows
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoiast committed May 28, 2024
1 parent 9ccabc6 commit 198cd4f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ jobs:
cxx: "g++",
generators: "Ninja"
}
- {
name: "Windows clang",
build_dir: "windows-clang",
os: windows-latest,
build_type: "Release",
cc: "clang",
cxx: "clang++",
generators: "Ninja"
}
- {
name: "Ubuntu GCC",
build_dir: "ubungu-gcc",
Expand Down

0 comments on commit 198cd4f

Please sign in to comment.