Skip to content

Commit

Permalink
Update compiler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
macarooni-man authored Feb 21, 2024
1 parent 3ce4885 commit 8736819
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/compiler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,32 @@ jobs:
retention-days: 5



macos:
name: macOS Build
runs-on: macos-11
steps:

- name: Clone Repo
uses: actions/checkout@v4
with:
fetch-depth: 1

- name: Compile auto-mcs
run: |
cd build-tools
chmod +x build-macos.sh
sudo ./build-macos.sh
- name: Upload Binary
uses: actions/upload-artifact@v3
with:
name: auto-mcs-macos
path: build-tools/dist/
retention-days: 5



linux:
name: Linux Build
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 8736819

Please sign in to comment.