Skip to content

Commit

Permalink
Add a job to build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
flysand7 committed Oct 4, 2024
1 parent db2ce2a commit 0816d89
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,24 @@ run-name: Build
on:
- push
jobs:
Build:
build-linux:
name: Build (ubuntu)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: laytan/setup-odin@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
release: latest
build-type: release
- uses: leafo/gh-actions-lua@v10
with:
luaVersion: "5.4.1"
- name: Build CLI
run: lua build.lua
build-windows:
name: Build (windows)
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: laytan/setup-odin@v2
Expand Down

0 comments on commit 0816d89

Please sign in to comment.