Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update badges #227

Merged
merged 2 commits into from
Jan 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Github CI macOS
name: macOS Build
on: [ push, pull_request ]
env:
CCACHE_COMPRESS: exists means true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-ubuntu-debug.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Github CI Ubuntu Debug
name: Ubuntu Debug Build
on: [ push, pull_request ]
env:
CCACHE_COMPRESS: exists means true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-ubuntu-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Github CI Ubuntu Release
name: Ubuntu Release Build
on: [ push, pull_request ]
env:
CCACHE_COMPRESS: exists means true
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
fc
FC
==

[![](https://github.com/bitshares/bitshares-fc/workflows/Github%20Autobuild/badge.svg?branch=master)](https://github.com/bitshares/bitshares-fc/actions?query=branch%3Amaster)
[![](https://github.com/bitshares/bitshares-fc/workflows/macOS%20Build/badge.svg?branch=master)](https://github.com/bitshares/bitshares-fc/actions?query=workflow%3A"macOS+Build"+branch%3Amaster)
[![](https://github.com/bitshares/bitshares-fc/workflows/Ubuntu%20Debug%20Build/badge.svg?branch=master)](https://github.com/bitshares/bitshares-fc/actions?query=workflow%3A"Ubuntu+Debug+Build"+branch%3Amaster)
[![](https://github.com/bitshares/bitshares-fc/workflows/Ubuntu%20Release%20Build/badge.svg?branch=master)](https://github.com/bitshares/bitshares-fc/actions?query=workflow%3A"Ubuntu+Release+Build"+branch%3Amaster)

**NOTE:** This fork reverts upstream commit a421e280488385cab26a42153f7ce3c8d5b6281f to avoid changing the BitShares API.

Expand Down