diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-12-17 16:41:01 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-12-17 16:41:01 -0500 |
commit | e969d9c6b4b82178fbc840e3d53e12cbb64fee5c (patch) | |
tree | 5be34da1967f5358ed84c816c86a4bce7d656a0e /.appveyor.yml | |
parent | 5a22b42c3a01ad8d99e977cfd9efa760438129e9 (diff) | |
parent | c8b8b15f0eb2651dea694a057e70e6b8c34dbe05 (diff) | |
download | tor-e969d9c6b4b82178fbc840e3d53e12cbb64fee5c.tar.gz tor-e969d9c6b4b82178fbc840e3d53e12cbb64fee5c.zip |
Merge branch 'ticket28179_squashed' into ticket28179_squashed_merged
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 69cbd8e2d6..b838055f46 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -76,6 +76,8 @@ test_script: $buildpath = @("C:\msys64\${env:compiler_path}\bin") + $oldpath $env:Path = $buildpath -join ';' Set-Location "${env:build}" + Copy-Item "C:/msys64/${env:compiler_path}/bin/libssp-0.dll" -Destination "${env:build}/src/test" + Copy-Item "C:/msys64/${env:compiler_path}/bin/zlib1.dll" -Destination "${env:build}/src/test" Execute-Bash "VERBOSE=1 make -j2 check" } |