Skip to content

Commit

Permalink
ci(appveyor): tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Sep 21, 2024
1 parent c379059 commit e356772
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ build: off

environment:
# unless indicated otherwise, we test datalad_next
DTS: datalad_next
DTS: datalad_next.config
COVERAGE_ROOT: /home/appveyor/DLTMP
# SSH testing is done via a side-loaded container that provides a POSIX/SSHable
# server environment
DATALAD_TESTS_DOCKER_SSHD_SECKEY_DOWNLOADURL: https://ci.appveyor.com/api/projects/mih/datalad-ci-docker-containers/artifacts/recipes/sshd/id_rsa?job=sshd
Expand Down Expand Up @@ -111,6 +112,7 @@ environment:
DATALAD_TESTS_SSH: 1
DATALAD_TESTS_SERVER_SSH_SECKEY: C:\DLTMP\datalad_tests_id_rsa
DATALAD_TESTS_SERVER_LOCALPATH: C:\DLTMP\sshdroot
COVERAGE_ROOT: "C:\DLTMP"

# MacOS core tests
- job_name: test-mac
Expand Down

0 comments on commit e356772

Please sign in to comment.