Skip to content

Commit

Permalink
f w
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Mar 12, 2024
1 parent e4dfa02 commit 10ed2e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
cmake -B _build -S . -DDEPS_INSTALL_DIR=rte-antares-deps-Release -DCMAKE_PREFIX_PATH="$pwd\rte-antares-${{steps.antares-version.outputs.result}}-installer-64bits" -DBUILD_TESTING=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE="${{env.VCPKG_ROOT}}/scripts/buildsystems/vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=${{ matrix.triplet }} -DCMAKE_INSTALL_PREFIX=_install -DBUILD_UI=ON -DXPRESS=${{ env.XPRESS_VALUE }} -DXPRESS_ROOT="${{ env.XPRESSDIR }}"
- name: Build
run: |
cmake --build _build --config Release -j$(nproc)
cmake --build _build --config Release -j4
- name: Running unit tests
timeout-minutes: 120
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-vcpkg-deps-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Build
run: |
cmake --build _build --config Release -j$(nproc)
cmake --build _build --config Release -j4
cd _build
cmake --install .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
- name: Build
run: |
cmake --build _build --config Release -j$(nproc)
cmake --build _build --config Release -j4
cd _build
cmake --install .
Expand Down

0 comments on commit 10ed2e9

Please sign in to comment.