mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 12:24:26 +02:00
ci: elements in the CI reordered to get a better ordering of jobs in the web interface
This commit is contained in:
2
.github/workflows/ci-conan.yml
vendored
2
.github/workflows/ci-conan.yml
vendored
@@ -40,6 +40,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
std: [20, 23]
|
||||||
config:
|
config:
|
||||||
# - {
|
# - {
|
||||||
# name: "MSVC 14.2",
|
# name: "MSVC 14.2",
|
||||||
@@ -128,7 +129,6 @@ jobs:
|
|||||||
# conan-config: "",
|
# conan-config: "",
|
||||||
# }
|
# }
|
||||||
build_type: ["Release", "Debug"]
|
build_type: ["Release", "Debug"]
|
||||||
std: [20, 23]
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CC: ${{ matrix.config.compiler.cc }}
|
CC: ${{ matrix.config.compiler.cc }}
|
||||||
|
2
.github/workflows/ci-test-package-cmake.yml
vendored
2
.github/workflows/ci-test-package-cmake.yml
vendored
@@ -41,6 +41,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
std: [20, 23]
|
||||||
config:
|
config:
|
||||||
# - {
|
# - {
|
||||||
# name: "MSVC 14.2",
|
# name: "MSVC 14.2",
|
||||||
@@ -122,7 +123,6 @@ jobs:
|
|||||||
# },
|
# },
|
||||||
# }
|
# }
|
||||||
build_type: ["Release", "Debug"]
|
build_type: ["Release", "Debug"]
|
||||||
std: [20, 23]
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CC: ${{ matrix.config.compiler.cc }}
|
CC: ${{ matrix.config.compiler.cc }}
|
||||||
|
Reference in New Issue
Block a user