mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
friendly naming in actions
This commit is contained in:
parent
1e94f9010e
commit
920f9a2d2e
5
.github/workflows/cmake.yml
vendored
5
.github/workflows/cmake.yml
vendored
@ -13,23 +13,20 @@ jobs:
|
||||
# cross-platform coverage.
|
||||
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: ${{ matrix.os }}-${{ matrix.cc }}
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- os: macos-latest
|
||||
name: "macOS Clang"
|
||||
cc: "clang"
|
||||
cxx: "clang++"
|
||||
- os: ubuntu-latest
|
||||
name: "Ubuntu Clang"
|
||||
cc: "clang-9"
|
||||
cxx: "clang++-9"
|
||||
- os: ubuntu-latest
|
||||
name: "Ubuntu GCC"
|
||||
cc: "gcc-10"
|
||||
cxx: "g++-10"
|
||||
- os: windows-latest
|
||||
name: "Windows MSVC"
|
||||
cc: "cl"
|
||||
cxx: "cl"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user