mirror of
https://github.com/walterschell/Lua.git
synced 2024-11-22 05:04:35 +00:00
README.md: Updated to add status badges for C++ builds
This commit is contained in:
parent
6ed3e61e93
commit
aef1b83a9d
10
README.md
10
README.md
@ -1,9 +1,11 @@
|
||||
# Lua
|
||||
CMake based build of Lua 5.4.2
|
||||
![Build Linux](https://github.com/walterschell/Lua/workflows/Build%20Linux/badge.svg)
|
||||
![Build Windows](https://github.com/walterschell/Lua/workflows/Build%20Windows/badge.svg)
|
||||
![Build OSX](https://github.com/walterschell/Lua/workflows/Build%20OSX/badge.svg)
|
||||
![Build Emscripten](https://github.com/walterschell/Lua/workflows/Build%20Emscripten/badge.svg)
|
||||
| Build as C | Build as C++ |
|
||||
| --: | --: |
|
||||
| ![Build Linux](https://github.com/walterschell/Lua/actions/workflows/build-linux.yml/badge.svg?branch=master) | ![Build Linux as C++](https://github.com/walterschell/Lua/actions/workflows/build-emscripten-cxx.yml/badge.svg?branch=master) |
|
||||
| ![Build Windows](https://github.com/walterschell/Lua/actions/workflows/build-windows.yml/badge.svg?branch=master) | ![Build Windows as C++](https://github.com/walterschell/Lua/actions/workflows/build-windows-cxx.yml/badge.svg?branch=master) |
|
||||
| ![Build OSX](https://github.com/walterschell/Lua/actions/workflows/build-osx.yml/badge.svg?branch=master) | ![Build OSX as C++](https://github.com/walterschell/Lua/actions/workflows/build-osx-cxx.yml/badge.svg?branch=master) |
|
||||
| ![Build Emscripten](https://github.com/walterschell/Lua/actions/workflows/build-emscripten.yml/badge.svg?branch=master) | ![Build Emscripten as C++](https://github.com/walterschell/Lua/actions/workflows/build-emscripten-cxx.yml/badge.svg?branch=master) |
|
||||
# Usage
|
||||
Inside of your project's CMakeLists.txt
|
||||
```cmake
|
||||
|
Loading…
Reference in New Issue
Block a user