From d5f408403f805b2ff616b9c43528d9fdffa3bf60 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 28 May 2019 11:08:22 +0900 Subject: Set read-only with attrib command --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 029a0b677a..d6b113986d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -56,9 +56,8 @@ for: - curl -fsSL -o zlib%zlib_version:.=%.zip --retry 10 https://zlib.net/zlib%zlib_version:.=%.zip - 7z x -o%APPVEYOR_BUILD_FOLDER%\ext\zlib zlib%zlib_version:.=%.zip - for %%I in (%OPENSSL_DIR%\*.dll) do mklink /h \usr\local\bin\%%~nxI %%I + - attrib +r /s /d - mkdir %Platform%-mswin_%vs% - - ps: Get-ChildItem "win32" -Recurse | foreach {$_.Attributes = 'Readonly'} - - ps: Get-Item $env:Platform"-mswin_"$env:vs | foreach {$_.Attributes = 'Normal'} build_script: - cd %APPVEYOR_BUILD_FOLDER% - cd %Platform%-mswin_%vs% -- cgit v1.2.3