Skip to content

Commit

Permalink
Merge branch 'master' of github.com:meco-group/mockups
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis committed Jun 24, 2021
2 parents 5a77820 + 45c5fef commit 02a2b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
run: |
cd matlab
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/install
cmake -B ${{github.workspace}}/build -G "Visual Studio 15 2017" -A x64 -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/install
cmake --build ${{github.workspace}}/build --target install --config ${{env.BUILD_TYPE}}
cd ..
Expand Down

0 comments on commit 02a2b42

Please sign in to comment.