Skip to content

Commit

Permalink
Update windows debug script to speed things up
Browse files Browse the repository at this point in the history
This established the same config as in an appveyor run.
  • Loading branch information
mih committed Sep 21, 2023
1 parent 18c4be3 commit 9dfbf64
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/ci/appveyor_env_setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ set PY=%1-x64
set TMP=C:\DLTMP
set TEMP=C:\DLTMP
set PATH=C:\Python%PY%;C:\Python%PY%\Scripts;%PATH%
set DATALAD_TESTS_RIA_SERVER_SSH_HOST=datalad-test-ria
set DATALAD_TESTS_RIA_SERVER_SSH_PORT=2222
set DATALAD_TESTS_RIA_SERVER_SSH_LOGIN=sshuser
set DATALAD_TESTS_RIA_SERVER_SSH_SECKEY=C:\DLTMP\datalad_tests_id_rsa
set DATALAD_TESTS_RIA_SERVER_SSH_PATH=/usr/local/apache2/htdocs
set DATALAD_TESTS_RIA_SERVER_LOCALPATH=C:\DLTMP\riaroot

0 comments on commit 9dfbf64

Please sign in to comment.