ci/README.md
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 09 Nov 2015 00:38:23 +0000
changeset 549 8ad6734770cd
permissions -rw-r--r--
Added CI scripts for PetitParser.

# CI scripts for PetitParser / PetitCompiler

This directory contains a set of scripts to run CI jobs. 

## Pharo

To run tests the same way CI does, run:

    wget -O- https://bitbucket.org/janvrany/stx-goodies-petitparser/raw/tip/ci/ci-pharo-test.sh | bash -x

To run benchmarks the same way CI does, run:

    wget -O- https://bitbucket.org/janvrany/stx-goodies-petitparser/raw/tip/ci/ci-pharo-benchmark.sh | bash -x


## Smalltalk/X

To be written...