Skip to content

Commit fa8fcef

Browse files
committed
* add cmake matrix badge again
1 parent 1c0da40 commit fa8fcef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test_matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CMake Build Matrix
1+
name: All platform build test
22

33
on: [push]
44

@@ -30,7 +30,7 @@ jobs:
3030
build_type: "Release", cc: "clang", cxx: "clang++"
3131
}
3232
- {
33-
name: "macOS clang",
33+
name: "MacOS clang",
3434
os: macos-latest,
3535
build_type: "Release", cc: "clang", cxx: "clang++"
3636
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This lib is under heavy development and not really ready for use yet.
44

5-
![test-status](https://github.com/lpcvoid/cpp-net-lib/actions/workflows/cmake.yml/badge.svg)
5+
[![All platform build test](https://github.com/lpcvoid/cpp-net-lib/actions/workflows/test_matrix.yml/badge.svg?branch=master)](https://github.com/lpcvoid/cpp-net-lib/actions/workflows/test_matrix.yml)
66

77
Modern, header-only, compact and cross-platform C++ network/sockets library.
88
Don't mind the crappy name, I suck at naming things.

0 commit comments

Comments
 (0)