Skip to content

Commit

Permalink
[YJ] check lib
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannjanvier committed Oct 3, 2024
1 parent ddc8df7 commit b3d199c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/windows_knitro_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,14 @@ jobs:
--config ${{ matrix.cmake.config }}
--target ${{ matrix.cmake.build_target }}
-v -j2
- name: CHeck Build dir
- name: Check Build dir
run: |
ls -l build
ls -l .
ls -l ${{ env.ARTELYS_LICENSE }}
ls -l ${{ env.KNITRODIR }}
ls -l ${{ env.KNITRODIR }}/knitroampl/
ls -l ${{ env.KNITRODIR }}/knitromatlab/
ls -l ${{ env.KNITRODIR }}/lib/
- name: Run Knitro Test
run: >
./build/RELEASE/bin/test_knitro_interface

0 comments on commit b3d199c

Please sign in to comment.