Show progress during make dependencies
This commit is contained in:
parent
5cd6fa9ba9
commit
c1c318ac98
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ dependencies:
|
||||
git submodule foreach --recursive "git clean -xfd"
|
||||
git submodule foreach --recursive "git reset --hard"
|
||||
./Scripts/setup_private_pods
|
||||
git submodule update --init
|
||||
git submodule update --init --progress
|
||||
|
||||
test: dependencies
|
||||
bundle exec fastlane scan --scheme ${SCHEME}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user