tree-sitter/script/ci
Phil Turnbull ee3caafe7b Use -j2 on the CI boxes
The travis-ci trusty container has two cores.
2017-06-16 15:16:40 -04:00

10 lines
124 B
Bash
Executable file

#!/usr/bin/env bash
set -e
. script/lib.sh
script/fetch-fixtures
script/check-mallocs
scan_build make -j2
script/test -b