CI: Fix up Linux/Mac build and disable UWP (for now)

This commit is contained in:
Connor McLaughlin
2022-07-21 17:27:32 +10:00
parent b42b5501f6
commit 0590a6098d
4 changed files with 585 additions and 174 deletions

View File

@ -0,0 +1,5 @@
set(CMAKE_C_COMPILER /usr/bin/clang-12)
set(CMAKE_CXX_COMPILER /usr/bin/clang++-12)
set(CMAKE_EXE_LINKER_FLAGS_INIT "-fuse-ld=lld")
set(CMAKE_MODULE_LINKER_FLAGS_INIT "-fuse-ld=lld")
set(CMAKE_SHARED_LINKER_FLAGS_INIT "-fuse-ld=lld")