Skip to content

Commit

Permalink
task splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
Detlef Groth committed Nov 7, 2023
1 parent 4890eee commit 0ec987c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/binaries-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,27 @@ jobs:
- uses: actions/checkout@v3

- name: download winlibs
run: |
run: |
curl -OL https://github.com/brechtsanders/winlibs_mingw/releases/download/12.2.0-16.0.0-10.0.0-ucrt-r5/winlibs-i686-posix-dwarf-gcc-12.2.0-mingw-w64ucrt-10.0.0-r5.zip
unzip -q winlibs-i686-posix-dwarf-gcc-12.2.0-mingw-w64ucrt-10.0.0-r5.zip
$Env:PATH += ";$pwd/mingw32/bin"
gcc --version
- name: compile zlib
run: |
run: |
cd 3rdparty/zlib
mingw32-make -f win32mingw.mak
Get-ChildItem -Force
Get-ChildItem -Force .mingw*/*
cd ../../
- name: compile bfs
run: |
run: |
cd bfs
mingw32-make -f Makefile.mingw RC=windres STRIP=strip
Get-ChildItem -Force
ls
cd ..
- name: compile mew/mec
run: |
cd src
mingw32-make -f win32mingw.mak RC=windres STRIP=strip
Get-ChildItem -Force
Expand Down

0 comments on commit 0ec987c

Please sign in to comment.