Skip to content

Commit

Permalink
ci: add macos build to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vk2seb committed Jan 16, 2024
1 parent d5ac31d commit 3a6721d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,20 @@ jobs:
name: windows-build-icebreaker.bin
path: gateware/build/icebreaker/top.bin

macos-build-icebreaker:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: YosysHQ/setup-oss-cad-suite@v2
- run: git submodule update --init gateware/external/no2misc
- run: |
yosys --version
make BOARD=icebreaker CORE=mirror -C gateware
- uses: actions/upload-artifact@v3
with:
name: macos-build-icebreaker.bin
path: gateware/build/icebreaker/top.bin

ubuntu-build-colorlight-i5:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3a6721d

Please sign in to comment.