mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-30 18:37:15 +02:00
ci: names of jobs reordered to better reflect a new matrix sorting algorithm
This commit is contained in:
2
.github/workflows/ci-clang-tidy.yml
vendored
2
.github/workflows/ci-clang-tidy.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
- id: set-matrix
|
||||
run: python .github/generate-job-matrix.py --preset clang-tidy --seed 42 --debug combinations counts
|
||||
build:
|
||||
name: "${{ matrix.formatting }} ${{ matrix.contracts }} C++${{ matrix.std }} ${{ matrix.config.name }} ${{ matrix.build_type }}"
|
||||
name: "${{ matrix.config.name }} C++${{ matrix.std }} ${{ matrix.formatting }} ${{ matrix.contracts }} ${{ matrix.build_type }}"
|
||||
runs-on: ${{ matrix.config.os }}
|
||||
needs: generate-matrix
|
||||
strategy:
|
||||
|
2
.github/workflows/ci-conan.yml
vendored
2
.github/workflows/ci-conan.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
||||
- id: set-matrix
|
||||
run: python .github/generate-job-matrix.py --preset conan --seed 42 --debug combinations counts
|
||||
build:
|
||||
name: "${{ matrix.formatting }} ${{ matrix.contracts }} C++${{ matrix.std }} ${{ matrix.config.name }} ${{ matrix.build_type }}"
|
||||
name: "${{ matrix.config.name }} C++${{ matrix.std }} ${{ matrix.formatting }} ${{ matrix.contracts }} ${{ matrix.build_type }}"
|
||||
runs-on: ${{ matrix.config.os }}
|
||||
needs: generate-matrix
|
||||
strategy:
|
||||
|
2
.github/workflows/ci-freestanding.yml
vendored
2
.github/workflows/ci-freestanding.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
- id: set-matrix
|
||||
run: python .github/generate-job-matrix.py --preset freestanding --seed 42 --debug combinations counts
|
||||
build:
|
||||
name: "${{ matrix.formatting }} ${{ matrix.contracts }} C++${{ matrix.std }} ${{ matrix.config.name }} ${{ matrix.build_type }}"
|
||||
name: "${{ matrix.config.name }} C++${{ matrix.std }} ${{ matrix.formatting }} ${{ matrix.contracts }} ${{ matrix.build_type }}"
|
||||
runs-on: ${{ matrix.config.os }}
|
||||
needs: generate-matrix
|
||||
strategy:
|
||||
|
2
.github/workflows/ci-test-package-cmake.yml
vendored
2
.github/workflows/ci-test-package-cmake.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
||||
- id: set-matrix
|
||||
run: python .github/generate-job-matrix.py --preset conan --seed 42 --debug combinations counts
|
||||
test_package:
|
||||
name: "${{ matrix.formatting }} ${{ matrix.contracts }} C++${{ matrix.std }} ${{ matrix.config.name }} ${{ matrix.build_type }}"
|
||||
name: "${{ matrix.config.name }} C++${{ matrix.std }} ${{ matrix.formatting }} ${{ matrix.contracts }} ${{ matrix.build_type }}"
|
||||
runs-on: ${{ matrix.config.os }}
|
||||
needs: generate-matrix
|
||||
strategy:
|
||||
|
Reference in New Issue
Block a user