Skip to content

Commit

Permalink
add badge for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
guuzaa committed Feb 16, 2024
1 parent 1070ff8 commit 45930c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build
run: |
cd ${{ matrix.build-dir }}
make -j6
make -j
- name: Example
run: |
cd ${{ matrix.build-dir }}
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
numbers
</h1>

[![CMake CI Matrix](https://github.com/guuzaa/numbers/actions/workflows/cmake.yml/badge.svg?branch=main)](https://github.com/guuzaa/numbers/actions/workflows/cmake.yml)

`numbers` is a library for C++17 and later versions that handles integer overflow similar to Rust. It simplifies integer computations and offers control over how to handle overflow situations.

## Features
Expand Down

0 comments on commit 45930c6

Please sign in to comment.