mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 21:24:27 +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",
|
cxx: "clang++-17",
|
||||||
},
|
},
|
||||||
lib: "libc++",
|
lib: "libc++",
|
||||||
conan-config: "",
|
conan-config: "-o cxx_modules=True",
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
name: "Apple Clang 15",
|
name: "Apple Clang 15",
|
||||||
@@ -114,7 +114,7 @@ jobs:
|
|||||||
cc: "clang",
|
cc: "clang",
|
||||||
cxx: "clang++",
|
cxx: "clang++",
|
||||||
},
|
},
|
||||||
conan-config: "",
|
conan-config: "-o cxx_modules=True",
|
||||||
}
|
}
|
||||||
build_type: ["Release", "Debug"]
|
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",
|
cxx: "clang++-17",
|
||||||
},
|
},
|
||||||
lib: "libc++",
|
lib: "libc++",
|
||||||
conan-config: "",
|
conan-config: "-o cxx_modules=True",
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
name: "Apple Clang 15",
|
name: "Apple Clang 15",
|
||||||
@@ -110,7 +110,7 @@ jobs:
|
|||||||
cc: "clang",
|
cc: "clang",
|
||||||
cxx: "clang++",
|
cxx: "clang++",
|
||||||
},
|
},
|
||||||
conan-config: "",
|
conan-config: "-o cxx_modules=True",
|
||||||
}
|
}
|
||||||
build_type: ["Release", "Debug"]
|
build_type: ["Release", "Debug"]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user