mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Initialize submodules to the correct versions
This commit is contained in:
parent
6786a2c4c2
commit
1d85a563ae
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -69,12 +69,12 @@ end
|
|||
task :clean_submodules do
|
||||
sh "git submodule --quiet foreach git reset --hard"
|
||||
sh "git submodule --quiet foreach git clean -dxf"
|
||||
sh "git submodule update --init"
|
||||
end
|
||||
|
||||
desc "clean up artifacts of the build"
|
||||
task :clean => [:clean_submodules] do
|
||||
sh "rm -rf pkg"
|
||||
sh "rm -rf vendor/v8"
|
||||
sh "git clean -dxf -e .bundle -e vendor/bundle"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue