Skip to content

Commit

Permalink
add github actions badge
Browse files Browse the repository at this point in the history
  • Loading branch information
h1romas4 committed Sep 6, 2021
1 parent d086ee3 commit 611d495
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
export PATH=${Z88DK_HOME}/bin:${PATH}
mkdir build
cd build
cmake ..
/usr/bin/cmake ..
make
- uses: ncipollo/release-action@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Z88DK MSX build template with sample game

![](https://github.com/h1romas4/z88dk-msx-template/workflows/Build/badge.svg)

This repository contains sample games made with [Z88DK](https://github.com/z88dk/z88dk), [MAME](https://www.mamedev.org/) and [C-BIOS](http://cbios.sourceforge.net/).

![](https://raw.githubusercontent.com/h1romas4/z88dk-msx-template/main/docs/images/ponpon-01.png)
Expand Down

0 comments on commit 611d495

Please sign in to comment.