add macos clang and wingw cmake paths
This commit is contained in:
parent
5b5c25f686
commit
553db796b7
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue