Ensure clean repo before compile
This commit is contained in:
parent
01d4c6c773
commit
ebe10601e2
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
|
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Incase the environment was not cleaned up!
|
||||||
|
git clean -xfd
|
||||||
|
git reset --hard
|
||||||
|
|
||||||
cd dart
|
cd dart
|
||||||
|
|
||||||
mkdir out
|
mkdir out
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue