add windows build step
This commit is contained in:
17
.github/workflows/build.yml
vendored
17
.github/workflows/build.yml
vendored
@@ -45,3 +45,20 @@ jobs:
|
|||||||
name: todd-mac
|
name: todd-mac
|
||||||
path: build
|
path: build
|
||||||
|
|
||||||
|
build-windows:
|
||||||
|
|
||||||
|
runs-on: windows-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: make
|
||||||
|
run: make
|
||||||
|
- name: copy to build folder
|
||||||
|
run: |
|
||||||
|
mkdir build
|
||||||
|
cp ./todd.exe build/
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: todd-windows
|
||||||
|
path: build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user