Skip to content

Commit

Permalink
Delete is enough?
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Jan 17, 2019
1 parent 863f10f commit 485fcb3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions appveyor.yml
Expand Up @@ -9,15 +9,11 @@ install:
cmd /c ruby-setup.exe /verysilent /dir=C:/Ruby$env:ruby_version
}
- git clone -q --depth=5 --no-tags --branch=byebug https://github.com/MSP-greg/rb-readline.git C:\rb-readline

- ps: $env:ruby_abi_vers = (&ruby.exe -e "puts RbConfig::CONFIG['ruby_version']" | Out-String).Trim()
- set n_dir=C:\Ruby%ruby_version%\lib\ruby\site_ruby\%ruby_abi_vers%
- attrib.exe -r %n_dir%\*.rb
- del /q %n_dir%\readline.rb
- del /q %n_dir%\rbreadline.rb
- copy C:\rb-readline\lib\readline.rb %n_dir%\readline.rb
- copy C:\rb-readline\lib\rbreadline.rb %n_dir%\rbreadline.rb

- echo %PATH%

Expand Down

0 comments on commit 485fcb3

Please sign in to comment.