add mac build step

This commit is contained in:
2024-06-02 07:12:08 +02:00
parent c3b1797bd9
commit 7c060419f4

View File

@@ -28,3 +28,20 @@ jobs:
name: todd-linux name: todd-linux
path: build path: build
build-mac:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: make
run: make
- name: copy to build folder
run: |
mkdir -p build
cp ./todd build/
- uses: actions/upload-artifact@v4
with:
name: todd-mac
path: build