Skip to content

Commit ba050a0

Browse files
committed
use orca with MathJax support
1 parent 835e588 commit ba050a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/orca-build-verify.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function generate()
6767
cat $1 | awk '!/mapbox/' | \
6868
xargs -n1 -I{} echo "$MOCKS/{}.json" | \
6969
# Split in chunks of 20
70-
xargs -P1 -n20 xvfb-run -a orca graph --plotly $ROOT/build/plotly.js --verbose --output-dir $TEST_IMAGES
70+
xargs -P1 -n20 xvfb-run -a orca graph --mathjax $ROOT/dist/extras/mathjax/MathJax.js --plotly $ROOT/build/plotly.js --verbose --output-dir $TEST_IMAGES
7171
}
7272
generate $NODE_QUEUE
7373

.circleci/retry-orca-build-verify.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function retry(cmd, args, timeout, trials) {
99
console.log(trials + ' trials left');
1010
console.log('Retrying after no output for ' + timeout + ' seconds');
1111
child.kill();
12-
retry(cmd,args, --trials)
12+
retry(cmd, args, timeout, --trials)
1313
}
1414

1515
function setTimer() {

0 commit comments

Comments
 (0)