ci: building C++ modules enabled for clang-17 and apple-clang-15

This commit is contained in:
Mateusz Pusz
2024-01-06 08:51:01 +01:00
parent 3095b28bd6
commit 4c75d467ed
2 changed files with 4 additions and 4 deletions

View File

@@ -102,7 +102,7 @@ jobs:
cxx: "clang++-17",
},
lib: "libc++",
conan-config: "",
conan-config: "-o cxx_modules=True",
}
- {
name: "Apple Clang 15",
@@ -114,7 +114,7 @@ jobs:
cc: "clang",
cxx: "clang++",
},
conan-config: "",
conan-config: "-o cxx_modules=True",
}
build_type: ["Release", "Debug"]

View File

@@ -98,7 +98,7 @@ jobs:
cxx: "clang++-17",
},
lib: "libc++",
conan-config: "",
conan-config: "-o cxx_modules=True",
}
- {
name: "Apple Clang 15",
@@ -110,7 +110,7 @@ jobs:
cc: "clang",
cxx: "clang++",
},
conan-config: "",
conan-config: "-o cxx_modules=True",
}
build_type: ["Release", "Debug"]