Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated CI cfgs
  • Loading branch information
Panos authored and pkittenis committed Jan 12, 2025
commit 3f9c9293d1954d4491298699f577cf1703132540
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ install:
# - msiexec /i kfw-4.1-amd64.msi /passive /qn
# - ps: ls "C:\Program Files\MIT\Kerberos\"
# - cp "C:\Program Files\MIT\Kerberos\*.dll" ssh/
- ps: ls ssh2/*.dll
- ps: ls ssh/*.dll
- ps: ls ssh
- ps: ls

Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- run:
command: |
pip uninstall -y cython
python setup.py build_ext --inplace
pip install .
eval "$(ssh-agent -s)"
name: Build
- run:
Expand Down