mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-05 21:24:27 +02:00
ci: GitHub actions jobs renamed
This commit is contained in:
2
.github/workflows/ci-conan.yml
vendored
2
.github/workflows/ci-conan.yml
vendored
@@ -32,13 +32,13 @@ on:
|
||||
|
||||
jobs:
|
||||
conan:
|
||||
name: ${{ matrix.compiler.name }} ${{ matrix.compiler.version }}
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
compiler:
|
||||
- { name: "gcc", version: "10" }
|
||||
name: ${{ matrix.compiler.name }} ${{ matrix.compiler.version }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python
|
||||
|
2
.github/workflows/ci-test-package-cmake.yml
vendored
2
.github/workflows/ci-test-package-cmake.yml
vendored
@@ -41,12 +41,12 @@ env:
|
||||
|
||||
jobs:
|
||||
test_package:
|
||||
name: CMake test_package (${{ matrix.build_type }})
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
build_type: [ "Release", "Debug" ]
|
||||
name: CMake test_package (${{ matrix.build_type }})
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Cache Conan data
|
||||
|
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@@ -43,7 +43,7 @@ env:
|
||||
|
||||
jobs:
|
||||
docs:
|
||||
name: Sphinx
|
||||
name: Generate documentation
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Reference in New Issue
Block a user