diff options
author | 2020-10-21 13:42:17 +0200 | |
---|---|---|
committer | 2020-10-21 22:42:17 +1100 | |
commit | 3eaf1be30c5ada8c04221432e13465931f2419b5 (patch) | |
tree | b7d7510a0507b66d84624ee8424f18ff327f21a8 /README.md | |
parent | 48f2dc146fdfad115fa88c602d410beb87e1eac3 (diff) |
Create GitHub Actions for CI (#7335)
This is intended as a replacement for AppVeyor and parts of TravisCI. It will create full builds of MAME (including tools) for the following platforms:
- Linux (GCC and Clang)
- macOS (Clang)
- Windows (GCC and MSVC 2019)
It will also upload the resulting executable as artifact so that it can be used for regression testing.
This commit also removes the unused TeaCI drone files.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md index 56646f7ffff..b124bd3ee23 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ [](https://gitter.im/mamedev/mame?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -Build status for tiny build only, containing just core parts of project: +Build status: -| OS/Compiler | Status | +| OS/Compiler | Status | | ------------- |:-------------:| -|Linux GCC / OSX Clang| [](https://travis-ci.org/mamedev/mame) | -|Windows MinGW | [](https://tea-ci.org/mamedev/mame) | -|Windows MSVC | [](https://ci.appveyor.com/project/startaq/mame) | +| Linux/GCC and Clang | /badge.svg) [](https://travis-ci.org/mamedev/mame) | +| Windows/GCC and MSVC | /badge.svg) | +| macOS/Clang | /badge.svg) | Static analysis status for entire build (except for third-party parts of project): |