Update ccpp.yml

- Add windows clang build step
- Help to evaluate https://github.com/assimp/assimp/issues/5519
kimkulling/add_windows_clang_issue-5519
Kim Kulling 2024-04-09 11:03:12 +02:00 committed by GitHub
parent 64d88276ef
commit a5d661e303
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ jobs:
name: [ubuntu-latest-g++, macos-latest-clang++, windows-latest-cl.exe, ubuntu-latest-clang++]
# For Windows msvc, for Linux and macOS let's use the clang compiler, use gcc for Linux.
include:
- name: windows-latest-clang.exe
os: windows-latest
cxx: clang++.exe
cc: clang.exe
- name: windows-latest-cl.exe
os: windows-latest
cxx: cl.exe