Skip to content

Commit

Permalink
Update build-windows-executable-app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
axelwalter authored Jun 19, 2024
1 parent 24d3b1f commit e3c3268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
ctest --output-on-failure -V -S $GITHUB_WORKSPACE/OpenMS/tools/ci/cibuild.cmake
env:
#OS_PREFIX_PATH: "${{ env.Qt5_DIR }}/lib/cmake;${{ env.Qt5_DIR }}"
# CONTRIB_BUILD_DIRECTORY: "${{ github.workspace }}/OpenMS/contrib"
CONTRIB_BUILD_DIRECTORY: "${{ github.workspace }}/OpenMS/contrib"
OPENMS_CONTRIB_LIBS: "${{ github.workspace }}/OpenMS/contrib"
CI_PROVIDER: "GitHub-Actions"
CMAKE_GENERATOR: "Ninja"
Expand All @@ -102,7 +102,7 @@ jobs:
ENABLE_CLASS_TESTING: "ON"
WITH_GUI: "OFF"
ADDRESS_SANITIZER: "OFF"
# BUILD_TYPE: "Release"
BUILD_TYPE: "Release"
OPENMP: "OFF"
USE_STATIC_BOOST: "ON"
# BUILD_FLAGS: "-p:CL_MPCount=2" # For VS Generator and MSBuild
Expand Down

0 comments on commit e3c3268

Please sign in to comment.