Skip to content

Commit

Permalink
[wip] Windows workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jnbrunet committed Jan 26, 2022
1 parent 866d7c5 commit 11aa92c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ jobs:
-DCMAKE_INCLUDE_PATH=$SOFA_ROOT/windows_dependency/include
-DCMAKE_LIBRARY_PATH=$SOFA_ROOT/windows_dependency/lib/win64
-DQt5_ROOT=$QT_ROOT\5.12.5\msvc2017_64
-DCMAKE_INSTALL_PREFIX=SofaCaribou
-DCMAKE_CXX_FLAG="/bigobj"
-DCMAKE_INSTALL_PREFIX=$SOFA_ROOT/plugins/SofaCaribou
-DCARIBOU_WITH_PYTHON_3=OFF
.
&& cmake --build .
Expand All @@ -143,4 +142,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: caribou_win64_${{ matrix.sofa_version }}
path: SofaCaribou
path: ${{github.workspace}}/plugins/SofaCaribou

0 comments on commit 11aa92c

Please sign in to comment.