Maintenance: batch of minor changes (#183)

* exclude build artifacts from git
* build: simplify building by using src-d/ci
* bench: simplify&fix shell runners
* build: simplify benchmarks* targets
* test: remove dependency on single test suite
* doc: rel image link + linguist cli difference highlight
* suggestions from code review
* bench: add fail fast to all shell runners

Signed-off-by: Alexander Bezzubov <bzz@apache.org>
This commit is contained in:
Alexander
2018-12-27 11:55:34 +01:00
committed by GitHub
parent 84b9e638a4
commit ef50154395
8 changed files with 52 additions and 45 deletions

View File

@ -1,4 +1,7 @@
#!/bin/sh
#!/usr/bin/env bash
set -e
benchmarks/run-benchmarks.sh && make benchmarks-slow && \
benchmarks/parse.sh && benchmarks/plot-histogram.gp
benchmarks/run-benchmarks.sh
make benchmarks-slow
benchmarks/parse.sh
benchmarks/plot-histogram.gp