force rebuild
This commit is contained in:
parent
42e46a8701
commit
4ca5370980
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ cabal install --only-dependencies || true
|
||||||
# Detect when the last build was an incremental build and failed,
|
# Detect when the last build was an incremental build and failed,
|
||||||
# and try a full build. Done this way because this shell seems a bit
|
# and try a full build. Done this way because this shell seems a bit
|
||||||
# broken.
|
# broken.
|
||||||
|
cabal clean
|
||||||
if [ -e last-incremental-failed ]; then
|
if [ -e last-incremental-failed ]; then
|
||||||
cabal clean || true
|
cabal clean || true
|
||||||
# windows breakage..
|
# windows breakage..
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue