mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 12:24:26 +02:00
ci: building C++ modules enabled for clang-17 and apple-clang-15
This commit is contained in:
4
.github/workflows/ci-conan.yml
vendored
4
.github/workflows/ci-conan.yml
vendored
@@ -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"]
|
||||
|
||||
|
4
.github/workflows/ci-test-package-cmake.yml
vendored
4
.github/workflows/ci-test-package-cmake.yml
vendored
@@ -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"]
|
||||
|
||||
|
Reference in New Issue
Block a user