Clean after making darwin binaries

This commit is contained in:
Tom Wilkie
2015-07-06 14:00:02 +00:00
parent 7e7fbd1d2c
commit 560e413fe0

View File

@@ -40,7 +40,7 @@ test:
- cd $SRCDIR; ./bin/lint .
- cd $SRCDIR; make client-test
- cd $SRCDIR; make static
- cd $SRCDIR; rm -f app/app probe/probe; GOOS=darwin make
- cd $SRCDIR; rm -f app/app probe/probe; GOOS=darwin make && make clean
- cd $SRCDIR; rm -f app/app probe/probe; GOOS=linux make
- cd $SRCDIR; ./bin/test -slow
- cd $SRCDIR/experimental; make