Update CI badges

This commit is contained in:
mihacooper 2022-06-17 19:34:13 +04:00 committed by GitHub
parent 1b0c968bf5
commit f00336fc98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
| Linux + MacOS | Windows |
| ------------- | ------- |
| [![build & run tests](https://github.com/effil/effil/actions/workflows/cmake.yml/badge.svg)](https://github.com/effil/effil/actions/workflows/cmake.yml) | [![Build status](https://ci.appveyor.com/api/projects/status/ji0l9lbs17djgm8w/branch/master?svg=true)](https://ci.appveyor.com/project/mihacooper/effil/branch/master) |
| [![build & run tests](https://github.com/effil/effil/actions/workflows/nix_ci.yml/badge.svg)](https://github.com/effil/effil/actions/workflows/nix_ci.yml) | [![Build status](https://github.com/effil/effil/actions/workflows/win_ci.yml/badge.svg)](https://github.com/effil/effil/actions/workflows/win_ci.yml) |
Effil is a multithreading library for Lua.
It allows to spawn native threads and safe data exchange.