Skip to content

Commit

Permalink
#10 init
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciremun committed Jun 29, 2022
1 parent 413a6e2 commit 967ebec
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: build-freedom
on:
push:
paths:
- 'freedom/**'
- 'imgui/**'
- 'include/**'
workflow_dispatch:
paths:
- 'freedom/**'
- 'imgui/**'
- 'include/**'

jobs:
windows-msvc:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: seanmiddleditch/gha-setup-vsdevenv@master
with:
arch: 'x86'
- name: build
shell: cmd
run: |
build.bat
- name: freedom
uses: actions/upload-artifact@v3
with:
name: freedom
path: |
freedom.exe
freedom.dll

0 comments on commit 967ebec

Please sign in to comment.