Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Aug 24, 2023
1 parent 909bc3a commit ab405b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,13 @@ jobs:
run: |
curl -# -L -o eigen.tar.bz2 https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.bz2
tar jxvf eigen.tar.bz2
cmake eigen-3.4.0
mkdir ebuild
mkdir eigen
pushd ebuild
cmake ../eigen-3.4.0 -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/eigen
make
make install
popd
- run: ${{ github.workspace }}/scripts/windows-install/buildLibrecadAndCreatePackage.bat

Expand Down
2 changes: 1 addition & 1 deletion scripts/windows-install/buildLibrecadAndCreatePackage.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cat Eigen3Config.cmake
cmake -S %cd% -B %cd%\out\build\windows-default ^
-DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake ^
-DCMAKE_BUILD_TYPE=RelWithDebInfo ^
-DEigen3_DIR=%cd% ^
-DCMAKE_PREFIX_PATH=%cd%\ebuild ^
--install-prefix %cd%\installprefix

cd out\build\windows-default
Expand Down

0 comments on commit ab405b9

Please sign in to comment.