Update ccpp.yml
- Add windows clang build step - Help to evaluate https://github.com/assimp/assimp/issues/5519kimkulling/add_windows_clang_issue-5519
parent
64d88276ef
commit
a5d661e303
|
@ -19,6 +19,10 @@ jobs:
|
||||||
name: [ubuntu-latest-g++, macos-latest-clang++, windows-latest-cl.exe, ubuntu-latest-clang++]
|
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.
|
# For Windows msvc, for Linux and macOS let's use the clang compiler, use gcc for Linux.
|
||||||
include:
|
include:
|
||||||
|
- name: windows-latest-clang.exe
|
||||||
|
os: windows-latest
|
||||||
|
cxx: clang++.exe
|
||||||
|
cc: clang.exe
|
||||||
- name: windows-latest-cl.exe
|
- name: windows-latest-cl.exe
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
cxx: cl.exe
|
cxx: cl.exe
|
||||||
|
|
Loading…
Reference in New Issue