File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 strategy :
99 fail-fast : false
1010 matrix :
11- lua_version : ["luajit", " 5.1", "5.4 "]
11+ lua_version : ["5.1"]
1212 operating_system : ["ubuntu-latest", "macos-latest", "windows-latest"]
1313 name : ${{matrix.operating_system}}-${{matrix.lua_version}}
1414 steps :
Original file line number Diff line number Diff line change 1+ name : all
2+
3+ on : [push, pull_request]
4+
5+ jobs :
6+ build :
7+ runs-on : ${{matrix.operating_system}}
8+ strategy :
9+ fail-fast : false
10+ matrix :
11+ lua_version : ["5.4"]
12+ operating_system : ["ubuntu-latest", "macos-latest", "windows-latest"]
13+ name : ${{matrix.operating_system}}-${{matrix.lua_version}}
14+ steps :
15+ - uses : actions/checkout@v4
16+ - uses : ilammy/msvc-dev-cmd@v1
17+ - uses : leafo/gh-actions-lua@v11
18+ with :
19+ luaVersion : ${{matrix.lua_version}}
20+ - run : |
21+ lua ./develop/all.lua
Original file line number Diff line number Diff line change 1+ name : all
2+
3+ on : [push, pull_request]
4+
5+ jobs :
6+ build :
7+ runs-on : ${{matrix.operating_system}}
8+ strategy :
9+ fail-fast : false
10+ matrix :
11+ lua_version : ["luajit"]
12+ operating_system : ["ubuntu-latest", "macos-latest", "windows-latest"]
13+ name : ${{matrix.operating_system}}-${{matrix.lua_version}}
14+ steps :
15+ - uses : actions/checkout@v4
16+ - uses : ilammy/msvc-dev-cmd@v1
17+ - uses : leafo/gh-actions-lua@v11
18+ with :
19+ luaVersion : ${{matrix.lua_version}}
20+ - run : |
21+ lua ./develop/all.lua
Original file line number Diff line number Diff line change 22
33> Evolved ECS (Entity-Component-System) for Lua
44
5- [ ![ language] [ badge.language ]] [ language ]
5+ [ ![ lua5.1] [ badge.lua5.1 ]] [ lua5.1 ]
6+ [ ![ lua5.4] [ badge.lua5.4 ]] [ lua5.4 ]
7+ [ ![ luajit] [ badge.luajit ]] [ luajit ]
68[ ![ license] [ badge.license ]] [ license ]
79
8- [ badge.language ] : https://img.shields.io/badge/language-Lua-orange
10+ [ badge.lua5.1 ] : https://img.shields.io/github/actions/workflow/status/BlackMATov/evolved.lua/.github/workflows/lua5.1.yml?label=Lua%205.1
11+ [ badge.lua5.4 ] : https://img.shields.io/github/actions/workflow/status/BlackMATov/evolved.lua/.github/workflows/lua5.4.yml?label=Lua%205.4
12+ [ badge.luajit ] : https://img.shields.io/github/actions/workflow/status/BlackMATov/evolved.lua/.github/workflows/luajit.yml?label=LuaJIT
913[ badge.license ] : https://img.shields.io/badge/license-MIT-blue
1014
11- [ language ] : https://en.wikipedia.org/wiki/Lua_(programming_language)
15+ [ lua5.1 ] : https://github.com/BlackMATov/evolved.lua/actions?query=workflow%3Alua5.1
16+ [ lua5.4 ] : https://github.com/BlackMATov/evolved.lua/actions?query=workflow%3Alua5.4
17+ [ luajit ] : https://github.com/BlackMATov/evolved.lua/actions?query=workflow%3Aluajit
1218[ license ] : https://en.wikipedia.org/wiki/MIT_License
1319
1420[ evolved ] : https://github.com/BlackMATov/evolved.lua
You can’t perform that action at this time.
0 commit comments