Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updating the readme to show the GitHub actions badge. Will probably need a 3rd party approach to get per-job badges.
  • Loading branch information
ofTheo authored Dec 29, 2020
1 parent f80cd91 commit 216e771
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Windows MSYS2 32bits | [![Build status](https://appveyor-matrix-badges.h
Windows MSYS2 64bits | [![Build status](https://appveyor-matrix-badges.herokuapp.com/repos/arturoc/apothecary/branch/master/2)](https://ci.appveyor.com/project/arturoc/apothecary/branch/master)
Windows Visual Studio 32bits | [![Build status](https://appveyor-matrix-badges.herokuapp.com/repos/arturoc/apothecary/branch/master/7)](https://ci.appveyor.com/project/arturoc/apothecary/branch/master) [![Build status](https://appveyor-matrix-badges.herokuapp.com/repos/arturoc/apothecary/branch/master/8)](https://ci.appveyor.com/project/arturoc/apothecary/branch/master) [![Build status](https://appveyor-matrix-badges.herokuapp.com/repos/arturoc/apothecary/branch/master/9)](https://ci.appveyor.com/project/arturoc/apothecary/branch/master) [![Build status](https://appveyor-matrix-badges.herokuapp.com/repos/arturoc/apothecary/branch/master/10)](https://ci.appveyor.com/project/arturoc/apothecary/branch/master)
Windows Visual Studio 64bits | [![Build status](https://appveyor-matrix-badges.herokuapp.com/repos/arturoc/apothecary/branch/master/3)](https://ci.appveyor.com/project/arturoc/apothecary/branch/master) [![Build status](https://appveyor-matrix-badges.herokuapp.com/repos/arturoc/apothecary/branch/master/4)](https://ci.appveyor.com/project/arturoc/apothecary/branch/master) [![Build status](https://appveyor-matrix-badges.herokuapp.com/repos/arturoc/apothecary/branch/master/5)](https://ci.appveyor.com/project/arturoc/apothecary/branch/master) [![Build status](https://appveyor-matrix-badges.herokuapp.com/repos/arturoc/apothecary/branch/master/6)](https://ci.appveyor.com/project/arturoc/apothecary/branch/master)
All other platforms | [![Build status](https://github.com/openframeworks/apothecary/workflows/build/badge.svg)](https://github.com/openframeworks/apothecary/actions)


<!-- TODO: find a way to get matrix badges per job like below
Linux 64 | [![Linux 64 Build Status](http://badges.herokuapp.com/travis/openframeworks/apothecary?env=TARGET="linux"%20OPT="gcc4"&label=gcc4&branch=master)](https://travis-ci.org/openframeworks/apothecary) [![Linux 64 Build Status](http://badges.herokuapp.com/travis/openframeworks/apothecary?env=TARGET="linux"%20OPT="gcc5"&label=gcc5&branch=master)](https://travis-ci.org/openframeworks/apothecary) [![Linux 64 Build Status](http://badges.herokuapp.com/travis/openframeworks/apothecary?env=TARGET="linux"%20OPT="gcc6"&label=gcc6&branch=master)](https://travis-ci.org/openframeworks/apothecary)
Linux armv6l | [![Linux armv6l Build Status](http://badges.herokuapp.com/travis/openframeworks/apothecary?env=TARGET="linuxarmv6l"&label=build&branch=master)](https://travis-ci.org/openframeworks/apothecary)
Linux armv7l | [![Linux armv7l Build Status](http://badges.herokuapp.com/travis/openframeworks/apothecary?env=TARGET="linuxarmv7l"&label=build&branch=master)](https://travis-ci.org/openframeworks/apothecary)
Expand All @@ -23,7 +27,7 @@ macos | [![macos Build Status](http://badges.herokuapp.co
iOS | [![iOS Build Status](http://badges.herokuapp.com/travis/openframeworks/apothecary?env=TARGET="ios"&label=build&branch=master)](https://travis-ci.org/openframeworks/apothecary)
tvos | [![tvos Build Status](http://badges.herokuapp.com/travis/openframeworks/apothecary?env=TARGET="tvos"&label=build&branch=master)](https://travis-ci.org/openframeworks/apothecary)
Android | [![Android Arm7 Build Status](http://badges.herokuapp.com/travis/openframeworks/apothecary?env=TARGET="android"%20ARCH="armv7"&label=arm7&branch=master)](https://travis-ci.org/openframeworks/apothecary) [![Android Arm64 Build Status](http://badges.herokuapp.com/travis/openframeworks/apothecary?env=TARGET="android"%20ARCH="arm64"&label=arm64&branch=master)](https://travis-ci.org/openframeworks/apothecary) [![Android x86 Build Status](http://badges.herokuapp.com/travis/openframeworks/apothecary?env=TARGET="android"%20ARCH="x86"&label=x86&branch=master)](https://travis-ci.org/openframeworks/apothecary)

-->


## Built Libraries
Expand Down

0 comments on commit 216e771

Please sign in to comment.