1
0
Fork 0
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:
Petko Bordjukov 2015-07-05 16:35:33 +03:00
parent 6786a2c4c2
commit 1d85a563ae

View file

@ -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