Skip to content

Commit

Permalink
Update build-gcc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbssa authored Nov 11, 2024
1 parent fe714bf commit 6f9645e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
submodules: 'true'
- name: build heob32
shell: cmd
run: make BITS=32 PREF= strip-heob32
run: make BITS=32 PREF= strip-heob32 allocer32.exe
env:
PATH: c:\mingw32\bin;c:\msys64\usr\bin
- name: build heob64
shell: cmd
run: make BITS=64 PREF= strip-heob64
run: make BITS=64 PREF= strip-heob64 allocer64.exe
env:
PATH: c:\mingw64\bin;c:\msys64\usr\bin
- name: upload artifact
Expand All @@ -36,14 +36,12 @@ jobs:
- name: test heob32
shell: msys2 {0}
run: |
make BITS=32 PREF= CFLAGS=-mcrtdll=msvcrt allocer32.exe
make BITS=32 PREF= test
env:
PATH: c:\mingw32\bin;c:\msys64\usr\bin
- name: test heob64
shell: msys2 {0}
run: |
make BITS=64 PREF= CFLAGS=-mcrtdll=msvcrt allocer64.exe
make BITS=64 PREF= test
env:
PATH: c:\mingw64\bin;c:\msys64\usr\bin
Expand Down

0 comments on commit 6f9645e

Please sign in to comment.