Skip to content

Commit

Permalink
[issue1093] Remove PATH setting and debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
remochristen committed Jul 21, 2023
1 parent ab0f666 commit c2c4c81
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,6 @@ jobs:
- name: Compile planner
shell: cmd
run: |
dir D:\a\downward
dir D:\a\downward\cplex_temp
dir D:\a\downward\cplex
dir D:\a\downward\cplex\lib
dir D:\a\downward\cplex\lib\x64_windows_msvc14
dir D:\a\downward\cplex\lib\x64_windows_msvc14\stat_mda
dir D:\a\downward\cplex\lib\x64_windows_msvc14\stat_mdd
dir D:\a\downward\cplex_temp\opl\bin\x64_win64
call "${{ matrix.platform.vc }}" %ARCH%
python build.py release
python build.py debug
Expand All @@ -108,11 +100,6 @@ jobs:
# steps, we hope to be able to install VAL natively on Windows.
run: |
call "${{ matrix.platform.vc }}" %ARCH%
#rem "dumpbin /dependents builds\release\bin\downward.exe shows that"
#rem "downward.exe depends on cplexXYZ.dll. Thus, we have to add it to"
#rem "the PATH. On my local CPLEX installation this is done"
#rem "automatically. For the GitHub Action we have to do it manually:"
#set PATH=%PATH%;D:\a\downward\cplex_temp\opl\bin\x64_win64/
cd misc/
tox -e translator,search
Expand All @@ -121,7 +108,6 @@ jobs:
if: ${{ env.CPLEX_URL != 0 }}
run: |
call "${{ matrix.platform.vc }}" %ARCH%
#set PATH=%PATH%;D:\a\downward\cplex_temp\opl\bin\x64_win64/
cd misc/
tox -e cplex
Expand Down

0 comments on commit c2c4c81

Please sign in to comment.