Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
edge CORES up to 16
  • Loading branch information
Charlie Somerville committed Aug 9, 2013
commit c98c81b2edbd421724c019d05ef131cbf88f1f56
2 changes: 1 addition & 1 deletion script/cibuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -xe

if [ -z "$CORES" ]; then
CORES=8
CORES=16
fi

git clean -f -x
Expand Down