Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
negativeExponent authored Sep 11, 2024
1 parent 04feb66 commit d445f74
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,25 @@ jobs:
- uses: actions/checkout@v4
- name: windows build with c68k
shell: msys2 {0}
run: |
make C68K=1 clean
make C68K=1
run: make -j8 C68K=1

windows-musashi:
runs-on: windows-latest
steps:
- uses: msys2/setup-msys2@v2
with:
update: true
install: >-
base-devel
gcc
git
make
zip
mingw-w64-x86_64-toolchain
mingw-w64-x86_64-ntldd
mingw-w64-x86_64-zlib
mingw-w64-x86_64-pkg-config
- uses: actions/checkout@v4
- name: windows build with c68k
shell: msys2 {0}
run: make -j8 C68K=0

0 comments on commit d445f74

Please sign in to comment.