Skip to content

Commit

Permalink
Add "Clang-SNAPSHOT" status badge to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jan 22, 2025
1 parent 9233062 commit 31f80cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Clang SNAPSHOT
name: Clang-SNAPSHOT
on:
pull_request:
paths:
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nightly Bitcoin Core Tests

This repository runs nightly tests of [Bitcoin Core](https://github.com/bitcoin/bitcoin) on various operating systems.
This repository performs nightly tests of [Bitcoin Core](https://github.com/bitcoin/bitcoin) across various operating systems and compilers.

For another repository with nightly builds of Bitcoin Core, see [maflcko/b-c-nightly](https://github.com/maflcko/b-c-nightly).

Expand All @@ -17,3 +17,9 @@ For another repository with nightly builds of Bitcoin Core, see [maflcko/b-c-nig
| Operating System | Status |
|------------------|--------|
| [OmniOS](https://omnios.org/) | [![OmniOS](https://github.com/hebasto/bitcoin-core-nightly/actions/workflows/omnios.yml/badge.svg)](https://github.com/hebasto/bitcoin-core-nightly/actions/workflows/omnios.yml?query=event%3Aschedule) |

## [Clang-SNAPSHOT](https://apt.llvm.org/)

| Operating System | Status |
|------------------|--------|
| Ubuntu 24.04 | [![Clang-SNAPSHOT](https://github.com/hebasto/bitcoin-core-nightly/actions/workflows/clang.yml/badge.svg)](https://github.com/hebasto/bitcoin-core-nightly/actions/workflows/clang.yml?query=event%3Aschedule) |

0 comments on commit 31f80cb

Please sign in to comment.