if hdiutil create never succeeds, fail the build
Build was succeeding despite the dmg never being created.
This commit is contained in:
parent
70395659db
commit
91ec283be6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -253,7 +253,7 @@ osxapp:
|
||||||
sleep 60; \
|
sleep 60; \
|
||||||
fi \
|
fi \
|
||||||
fi \
|
fi \
|
||||||
done
|
done; if [ $$ok = 0 ]; then exit 1; fi
|
||||||
|
|
||||||
# Bypass cabal, and only run the main ghc --make command for a
|
# Bypass cabal, and only run the main ghc --make command for a
|
||||||
# faster development build.
|
# faster development build.
|
||||||
|
|
Loading…
Reference in a new issue