add macos clang and wingw cmake paths

This commit is contained in:
vrcomputing 2022-10-31 09:03:39 +01:00 committed by GitHub
parent 5b5c25f686
commit 553db796b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@ jobs:
cxx: "g++", cxx: "g++",
archiver: "7z a", archiver: "7z a",
generators: "Ninja", generators: "Ninja",
qtcmakedir: "../Qt/5.15.2/mingw81_64/lib/cmake/Qt5", # TODO find better solution
} }
- { - {
name: "Ubuntu_Latest_GCC", name: "Ubuntu_Latest_GCC",
@ -89,6 +90,7 @@ jobs:
cxx: "clang++", cxx: "clang++",
archiver: "7za a", archiver: "7za a",
generators: "Ninja", generators: "Ninja",
qtcmakedir: "../Qt/5.15.2/clang_64/lib/cmake/Qt5", # TODO find better solution
} }
steps: steps: