Skip to content

Commit

Permalink
win32 CI: use opencascade lite
Browse files Browse the repository at this point in the history
  • Loading branch information
carrotIndustries committed Sep 15, 2024
1 parent 6345389 commit 68ed8a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/win32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
mingw-w64-x86_64-cppzmq
mingw-w64-x86_64-glm
mingw-w64-x86_64-libgit2-winhttp
mingw-w64-x86_64-opencascade
mingw-w64-x86_64-podofo
mingw-w64-x86_64-libarchive
mingw-w64-x86_64-curl-winssl
Expand All @@ -44,6 +43,11 @@ jobs:
git
dos2unix
rsync
- name: Install Opencascade lite
shell: msys2 {0}
run: |
wget https://github.com/carrotIndustries/mingw-opencascade-lite/releases/download/v7.7.2-2/mingw-w64-x86_64-opencascade-lite-7.7.2-2-any.pkg.tar.zst
pacman -U mingw-w64-x86_64-opencascade-lite-7.7.2-2-any.pkg.tar.zst --noconfirm
- name: Build
shell: msys2 {0}
run: |
Expand Down
7 changes: 7 additions & 0 deletions make_bindist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ LIBS=(
libTKXCAF.dll\
libTKXDESTEP.dll\
libTKXSBase.dll\
libTKIGES.dll\
libTKXDE.dll\
libTKVCAF.dll\
libTKBool.dll\
libtbb12.dll\
libtbbmalloc.dll\
libbrotlicommon.dll\
libbrotlidec.dll\
libfribidi-0.dll\
Expand All @@ -104,6 +110,7 @@ LIBS=(
libsharpyuv-0.dll\
libssl-3-x64.dll\
libnghttp2-14.dll\
libnghttp3-9.dll\
gspawn-win64-helper.exe\
gspawn-win64-helper-console.exe
)
Expand Down

0 comments on commit 68ed8a9

Please sign in to comment.