Skip to content

Commit

Permalink
Set continue-on-error for llvm-mingw builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed Dec 9, 2023
1 parent 7549853 commit 0cc948a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,26 +290,31 @@ jobs:
CALL "build\install_mingw.bat" llvm
- name: Clang x64 Release
continue-on-error: true
run: |
CALL "build\mingw\build.bat" llvm x86_64
CALL "build\make_zip.bat" Clang x64 Release 1
- name: Clang Win32 Release
continue-on-error: true
run: |
CALL "build\mingw\build.bat" llvm i686
CALL "build\make_zip.bat" Clang Win32 Release 1
- name: Clang AVX2 Release
continue-on-error: true
run: |
CALL "build\mingw\build.bat" llvm AVX2
CALL "build\make_zip.bat" Clang AVX2 Release 1
- name: Clang ARM64 Release
continue-on-error: true
run: |
CALL "build\mingw\build.bat" llvm aarch64
CALL "build\make_zip.bat" Clang ARM64 Release 1
- name: Clang ARM Release
continue-on-error: true
run: |
CALL "build\mingw\build.bat" llvm armv7
CALL "build\make_zip.bat" Clang ARM Release 1
Expand Down

0 comments on commit 0cc948a

Please sign in to comment.