ci/README.md
changeset 549 8ad6734770cd
equal deleted inserted replaced
548:5536a6da50e4 549:8ad6734770cd
       
     1 # CI scripts for PetitParser / PetitCompiler
       
     2 
       
     3 This directory contains a set of scripts to run CI jobs. 
       
     4 
       
     5 ## Pharo
       
     6 
       
     7 To run tests the same way CI does, run:
       
     8 
       
     9     wget -O- https://bitbucket.org/janvrany/stx-goodies-petitparser/raw/tip/ci/ci-pharo-test.sh | bash -x
       
    10 
       
    11 To run benchmarks the same way CI does, run:
       
    12 
       
    13     wget -O- https://bitbucket.org/janvrany/stx-goodies-petitparser/raw/tip/ci/ci-pharo-benchmark.sh | bash -x
       
    14 
       
    15 
       
    16 ## Smalltalk/X
       
    17 
       
    18 To be written...
       
    19