We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
^^!
1 parent c691e2a commit c45901dCopy full SHA for c45901d
appveyor.bat
@@ -123,6 +123,8 @@ copy %TCL_DIR%\bin\%TCL_DLL% vim\src\
123
:: Download the source files and generate config.h for MSVC.
124
rem git clone https://github.com/ruby/ruby.git -b %RUBY_BRANCH% --depth 1 -q ../ruby
125
call :downloadfile %RUBY_URL% downloads\ruby.zip
126
+:: Extract the files only we needed to reduce the building time.
127
+:: We need to use `^^` to escape `!` because we enable delayed expansion.
128
7z x downloads\ruby.zip */bin */enc/Makefile.in */win32 */common.mk -ir^^!version.h -xr^^!README.* -xr^^!*/win32/*.c -xr^^!*/win32/*.h -o.. > nul || exit 1
129
move ..\ruby-%RUBY_BRANCH% ..\ruby > nul || exit 1
130
pushd ..\ruby
0 commit comments