From 560e413fe05a51502d9200c62651eb0bb7d149f1 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Mon, 6 Jul 2015 14:00:02 +0000 Subject: [PATCH] Clean after making darwin binaries --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 61468590d..fba90078d 100644 --- a/circle.yml +++ b/circle.yml @@ -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