circleci force make distclean before build (#8111)

This commit is contained in:
Daniel Agar
2017-10-11 13:33:22 -04:00
committed by GitHub
parent 651df03f76
commit 5ddd95e18f

View File

@@ -10,6 +10,7 @@ checkout:
- git submodule sync --recursive
- git submodule deinit -f . && rm -rf .git/modules
- git submodule update --init --recursive --force
- make distclean
dependencies:
pre: