From 3ec889191670bb4b8901efba2af62e060e23d722 Mon Sep 17 00:00:00 2001 From: dpasukhi Date: Sun, 3 Nov 2024 12:25:05 +0000 Subject: [PATCH] Testing - Update GH Win Jobs with Mesa3D #143 Extend GH actions on windows with mesa3D --- .../build-and-test-multiplatform.yml | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/.github/workflows/build-and-test-multiplatform.yml b/.github/workflows/build-and-test-multiplatform.yml index 53a5833171..8997b42a8b 100644 --- a/.github/workflows/build-and-test-multiplatform.yml +++ b/.github/workflows/build-and-test-multiplatform.yml @@ -39,6 +39,17 @@ jobs: Remove-Item 3rdparty-vc14-64.zip shell: pwsh + - name: Download and extract Mesa3D + run: | + curl -L -o mesa3d.7z https://github.com/pal1000/mesa-dist-win/releases/download/24.2.5/mesa3d-24.2.5-release-msvc.7z + 7z x mesa3d.7z -omesa3d + + - name: Run system-wide deployment + run: | + cd mesa3d + .\systemwidedeploy.cmd 1 + shell: cmd + - name: Configure OCCT run: | mkdir build @@ -101,6 +112,17 @@ jobs: Remove-Item 3rdparty-vc14-64.zip shell: pwsh + - name: Download and extract Mesa3D + run: | + curl -L -o mesa3d.7z https://github.com/pal1000/mesa-dist-win/releases/download/24.2.5/mesa3d-24.2.5-release-msvc.7z + 7z x mesa3d.7z -omesa3d + + - name: Run system-wide deployment + run: | + cd mesa3d + .\systemwidedeploy.cmd 1 + shell: cmd + - name: Configure OCCT run: | mkdir build @@ -409,6 +431,17 @@ jobs: name: install-windows-x64 path: install + - name: Download and extract Mesa3D + run: | + curl -L -o mesa3d.7z https://github.com/pal1000/mesa-dist-win/releases/download/24.2.5/mesa3d-24.2.5-release-msvc.7z + 7z x mesa3d.7z -omesa3d + + - name: Run system-wide deployment + run: | + cd mesa3d + .\systemwidedeploy.cmd 1 + shell: cmd + - name: Run tests run: | cd install @@ -463,6 +496,17 @@ jobs: name: install-windows-clang-x64 path: install + - name: Download and extract Mesa3D + run: | + curl -L -o mesa3d.7z https://github.com/pal1000/mesa-dist-win/releases/download/24.2.5/mesa3d-24.2.5-release-msvc.7z + 7z x mesa3d.7z -omesa3d + + - name: Run system-wide deployment + run: | + cd mesa3d + .\systemwidedeploy.cmd 1 + shell: cmd + - name: Run tests run: | cd install