-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added workflows for Linux, Windows and Apple
- Loading branch information
Showing
1 changed file
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | | ||
|