Skip to content

Commit

Permalink
More github actions work
Browse files Browse the repository at this point in the history
- macOS has issues with AppleScript (dmg creation)
- Windows build may need to be done manually without some Makefile
  rework
  • Loading branch information
haata committed May 3, 2020
1 parent 3dcfb64 commit 0ceec9f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,15 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
choco install wxwidgets
- name: Build
run: |
make -j
make install
- uses: numworks/setup-msys2@v1
with:
msystem: MSYS32
- run: msys2do pacman --noconfirm -S -noconfirm --noprogressbar
- run: msys2do pacman --noconfirm -U mingw-w64-*-any.pkg.tar.xz
- run: |
set MSYSTEM=MINGW32
msys2do make -j
msys2do make install
bin/bossac --help
- uses: actions/upload-artifact@v1
if: always()
Expand Down

0 comments on commit 0ceec9f

Please sign in to comment.