ci/README.md
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 24 Jul 2019 21:13:30 +0000
changeset 643 65da3a4195b6
parent 549 8ad6734770cd
permissions -rw-r--r--
Merge

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