diff options
author | Merry <[email protected]> | 2022-02-15 15:47:45 +0000 |
---|---|---|
committer | Merry <[email protected]> | 2022-02-15 15:48:13 +0000 |
commit | 8b1859d5ca2634fba8a19c0498528d6a67dd0a3e (patch) | |
tree | aa004d6184c79550e033e865d5b7b91e03f316db /README.md | |
parent | 4fa646bae5e5e0d38adf68dd4a1c3957efc7a873 (diff) | |
download | dynarmic-8b1859d5ca2634fba8a19c0498528d6a67dd0a3e.tar.gz dynarmic-8b1859d5ca2634fba8a19c0498528d6a67dd0a3e.zip |
github: Add windows build, remove appveyor
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ Dynarmic ======== -[![Github Actions Build Status](https://github.com/MerryMage/dynarmic/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/MerryMage/dynarmic/actions/workflows/build-and-test.yml) [![Appveyor CI Build status](https://ci.appveyor.com/api/projects/status/maeiqr41rgm1innm/branch/master?svg=true)](https://ci.appveyor.com/project/MerryMage/dynarmic/branch/master) +[![Github Actions Build Status](https://github.com/MerryMage/dynarmic/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/MerryMage/dynarmic/actions/workflows/build-and-test.yml) A dynamic recompiler for ARM. |