mirror of
https://github.com/avinal/blowfish.git
synced 2026-01-10 06:48:32 +05:30
Update CI matrix in cmake.yml to remove platforms
Some checks failed
build / Ubuntu Latest GCC (push) Has been cancelled
Some checks failed
build / Ubuntu Latest GCC (push) Has been cancelled
Removed Windows and macOS configurations from the CI matrix.
This commit is contained in:
10
.github/workflows/cmake.yml
vendored
10
.github/workflows/cmake.yml
vendored
@@ -10,21 +10,11 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
config:
|
config:
|
||||||
- {
|
|
||||||
name: "Windows Latest MSVC",
|
|
||||||
os: windows-latest,
|
|
||||||
build_type: "Debug", cc: "cl", cxx: "cl"
|
|
||||||
}
|
|
||||||
- {
|
- {
|
||||||
name: "Ubuntu Latest GCC",
|
name: "Ubuntu Latest GCC",
|
||||||
os: ubuntu-latest,
|
os: ubuntu-latest,
|
||||||
build_type: "Debug", cc: "gcc", cxx: "g++"
|
build_type: "Debug", cc: "gcc", cxx: "g++"
|
||||||
}
|
}
|
||||||
- {
|
|
||||||
name: "macOS Latest Clang",
|
|
||||||
os: macos-latest,
|
|
||||||
build_type: "Debug", cc: "clang", cxx: "clang++"
|
|
||||||
}
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user