Skip to content

Commit

Permalink
Fix up circle.yml for binary move.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwilkie committed Dec 7, 2015
1 parent c317cff commit b3cc020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ test:
parallel: true
- cd $SRCDIR; make RM= static:
parallel: true
- cd $SRCDIR; rm -f app/scope-app prog/probe/scope-probe; if [ "$CIRCLE_NODE_INDEX" = "0" ]; then GOARCH=arm make RM= app/scope-app prog/probe/scope-probe; else GOOS=darwin make RM= app/scope-app prog/probe/scope-probe; fi:
- cd $SRCDIR; rm -f prog/app/scope-app prog/probe/scope-probe; if [ "$CIRCLE_NODE_INDEX" = "0" ]; then GOARCH=arm make RM= prog/app/scope-app prog/probe/scope-probe; else GOOS=darwin make RM= prog/app/scope-app prog/probe/scope-probe; fi:
parallel: true
- cd $SRCDIR; rm -f app/scope-app prog/probe/scope-probe; make RM=:
- cd $SRCDIR; rm -f prog/app/scope-app prog/probe/scope-probe; make RM=:
parallel: true
- cd $SRCDIR/experimental; ./build_on_circle.sh:
parallel: true
Expand Down

0 comments on commit b3cc020

Please sign in to comment.