Skip to content

Commit

Permalink
Fix Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Sep 7, 2023
1 parent e21279e commit 3f83605
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/windows-vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
matrix:
os: [ windows-latest ]
triplet: [ x64-windows ]
xprs: [ XPRESS-OFF ]
xprs: [ XPRESS-ON, XPRESS-OFF ]
env:
XPRESSDIR: ${{ github.workspace }}\xpress
XPRESS: ${{ github.workspace }}\xpress\bin
Expand Down Expand Up @@ -179,6 +179,14 @@ jobs:
run: |
cmake --build _build --config Release -j2 --target install
- name: Running unit tests
shell: cmd
run: |
set PATH=%PATH%;C:\Program Files\Microsoft MPI\Bin\
set PATH=%PATH%;${{ env.XPRESS }}
cd _build
ctest -C Release --output-on-failure -L "medium|unit|benders|lpnamer"
- name: Create installer .zip
shell: bash
run: |
Expand Down

0 comments on commit 3f83605

Please sign in to comment.