ci/README.md
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 18 Jan 2016 08:05:03 +0000
changeset 555 4aa0496e6c22
parent 549 8ad6734770cd
permissions -rw-r--r--
For tests on Pharo 5.0, use Spur VM

# 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...