Skip to content

Commit cc0f4e4

Browse files
committed
[Tests] fix symlinks in windows/appveyor
1 parent de4e95e commit cc0f4e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ platform:
3232

3333
# Install scripts. (runs after repo cloning)
3434
install:
35+
# Fix symlinks in working copy (see https://github.com/appveyor/ci/issues/650#issuecomment-186592582) / https://github.com/charleskorn/batect/commit/d08986802ec43086902958c4ee7e57ff3e71dbef
36+
- git config core.symlinks true
37+
- git reset --hard
3538
# Get the latest stable version of Node.js or io.js
3639
- ps: Install-Product node $env:nodejs_version $env:platform
3740
- IF %nodejs_version% EQU 0.6 npm config set strict-ssl false && npm -g install [email protected]

0 commit comments

Comments
 (0)