Skip to content

Commit

Permalink
Added workflows for Linux, Windows and Apple
Browse files Browse the repository at this point in the history
  • Loading branch information
nawaz1991 committed Jul 8, 2024
1 parent 9d4199a commit df9d00b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/common-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,22 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 1
fetch-depth: 0

- uses: lukka/get-cmake@latest

- uses: ilammy/msvc-dev-cmd@v1
- uses: leafo/gh-actions-lua@v10
- name: Setup Microsoft Visual C++ Developer Command Prompt
uses: ilammy/[email protected]

- name: Setup Lua
uses: leafo/gh-actions-lua@v10
with:
luaVersion: ${{ inputs.lua-version }}

- uses: leafo/gh-actions-luarocks@v4
- name: Setup LuaRocks
uses: hishamhm/gh-actions-luarocks@master
with:
luarocksVersion: 3.11.0

- name: Install Busted and dependencies
run: |
Expand Down

0 comments on commit df9d00b

Please sign in to comment.