ci/README.md
changeset 549 8ad6734770cd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ci/README.md	Mon Nov 09 00:38:23 2015 +0000
@@ -0,0 +1,19 @@
+# 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...
+