add macos clang and wingw cmake paths
This commit is contained in:
parent
5b5c25f686
commit
553db796b7
|
@ -57,6 +57,7 @@ jobs:
|
|||
cxx: "g++",
|
||||
archiver: "7z a",
|
||||
generators: "Ninja",
|
||||
qtcmakedir: "../Qt/5.15.2/mingw81_64/lib/cmake/Qt5", # TODO find better solution
|
||||
}
|
||||
- {
|
||||
name: "Ubuntu_Latest_GCC",
|
||||
|
@ -89,6 +90,7 @@ jobs:
|
|||
cxx: "clang++",
|
||||
archiver: "7za a",
|
||||
generators: "Ninja",
|
||||
qtcmakedir: "../Qt/5.15.2/clang_64/lib/cmake/Qt5", # TODO find better solution
|
||||
}
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue