mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 20:34:26 +02:00
ci: cxx_modules
changed to text
This commit is contained in:
10
.github/workflows/ci-conan.yml
vendored
10
.github/workflows/ci-conan.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
|||||||
cc: "gcc-12",
|
cc: "gcc-12",
|
||||||
cxx: "g++-12",
|
cxx: "g++-12",
|
||||||
},
|
},
|
||||||
cxx_modules: False,
|
cxx_modules: "False",
|
||||||
conan-config: "",
|
conan-config: "",
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
@@ -77,7 +77,7 @@ jobs:
|
|||||||
cc: "gcc-13",
|
cc: "gcc-13",
|
||||||
cxx: "g++-13",
|
cxx: "g++-13",
|
||||||
},
|
},
|
||||||
cxx_modules: False,
|
cxx_modules: "False",
|
||||||
conan-config: "",
|
conan-config: "",
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
@@ -91,7 +91,7 @@ jobs:
|
|||||||
cxx: "clang++-16",
|
cxx: "clang++-16",
|
||||||
},
|
},
|
||||||
lib: "libc++",
|
lib: "libc++",
|
||||||
cxx_modules: False,
|
cxx_modules: "False",
|
||||||
conan-config: "",
|
conan-config: "",
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
@@ -105,7 +105,7 @@ jobs:
|
|||||||
cxx: "clang++-17",
|
cxx: "clang++-17",
|
||||||
},
|
},
|
||||||
lib: "libc++",
|
lib: "libc++",
|
||||||
cxx_modules: True,
|
cxx_modules: "True",
|
||||||
conan-config: "",
|
conan-config: "",
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
@@ -118,7 +118,7 @@ jobs:
|
|||||||
cc: "clang",
|
cc: "clang",
|
||||||
cxx: "clang++",
|
cxx: "clang++",
|
||||||
},
|
},
|
||||||
cxx_modules: False,
|
cxx_modules: "False",
|
||||||
conan-config: "",
|
conan-config: "",
|
||||||
}
|
}
|
||||||
build_type: ["Release", "Debug"]
|
build_type: ["Release", "Debug"]
|
||||||
|
10
.github/workflows/ci-test-package-cmake.yml
vendored
10
.github/workflows/ci-test-package-cmake.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
|||||||
cc: "gcc-12",
|
cc: "gcc-12",
|
||||||
cxx: "g++-12",
|
cxx: "g++-12",
|
||||||
},
|
},
|
||||||
cxx_modules: False,
|
cxx_modules: "False",
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
name: "GCC-13",
|
name: "GCC-13",
|
||||||
@@ -75,7 +75,7 @@ jobs:
|
|||||||
cc: "gcc-13",
|
cc: "gcc-13",
|
||||||
cxx: "g++-13",
|
cxx: "g++-13",
|
||||||
},
|
},
|
||||||
cxx_modules: False,
|
cxx_modules: "False",
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
name: "Clang-16",
|
name: "Clang-16",
|
||||||
@@ -88,7 +88,7 @@ jobs:
|
|||||||
cxx: "clang++-16",
|
cxx: "clang++-16",
|
||||||
},
|
},
|
||||||
lib: "libc++",
|
lib: "libc++",
|
||||||
cxx_modules: False,
|
cxx_modules: "False",
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
name: "Clang-17",
|
name: "Clang-17",
|
||||||
@@ -101,7 +101,7 @@ jobs:
|
|||||||
cxx: "clang++-17",
|
cxx: "clang++-17",
|
||||||
},
|
},
|
||||||
lib: "libc++",
|
lib: "libc++",
|
||||||
cxx_modules: True,
|
cxx_modules: "True",
|
||||||
}
|
}
|
||||||
- {
|
- {
|
||||||
name: "Apple Clang 15",
|
name: "Apple Clang 15",
|
||||||
@@ -113,7 +113,7 @@ jobs:
|
|||||||
cc: "clang",
|
cc: "clang",
|
||||||
cxx: "clang++",
|
cxx: "clang++",
|
||||||
},
|
},
|
||||||
cxx_modules: False,
|
cxx_modules: "False",
|
||||||
}
|
}
|
||||||
build_type: ["Release", "Debug"]
|
build_type: ["Release", "Debug"]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user