Skip to content

Commit 3e2ecf4

Browse files
committed
windows
1 parent 75bdc38 commit 3e2ecf4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/hipo-win-510.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,13 @@ jobs:
158158
cmake --install .
159159
160160
- name: Test install executable
161+
shell: pwsh
161162
working-directory: ${{runner.workspace}}/installs
162163
run: |
163164
ls
164165
ls bin
166+
& ".\bin\highs.exe" --version
167+
ls "${{ runner.workspace }}/highs-tests/HiGHS/check/instances/afiro.mps"
165168
& ".\bin\highs.exe" --solver=hipo `
166169
"${{ runner.workspace }}/highs-tests/HiGHS/check/instances/afiro.mps"
167170
@@ -177,7 +180,6 @@ jobs:
177180

178181
- name: Build CMakeFindHighsPackage
179182
working-directory: ${{runner.workspace}}/build-find
180-
shell: bash
181183
run: |
182184
cmake ${{runner.workspace}}/highs-tests/CMakeHighsFindPackage `
183185
-DHIGHS_DIR="${{runner.workspace}}/installs/lib/cmake/highs" `
@@ -268,13 +270,12 @@ jobs:
268270
269271
- name: Test
270272
working-directory: ${{runner.workspace}}/build
271-
shell: bash
272273
run: |
274+
ls
273275
.\${{ matrix.config }}\main.exe
274276
275277
- name: Test install
276278
working-directory: ${{runner.workspace}}/installs
277-
shell: bash
278279
run: |
279280
echo "----- ls"
280281
ls

0 commit comments

Comments
 (0)