ci/ci-pharo-benchmark.sh
changeset 553 d83cb4945d5e
parent 550 777f3813febc
equal deleted inserted replaced
552:f79944e2bd85 553:d83cb4945d5e
     2 # 
     2 # 
     3 # a CI job to run PetitCompiler benchmarks on Pharo
     3 # a CI job to run PetitCompiler benchmarks on Pharo
     4 #
     4 #
     5 set -e
     5 set -e
     6 
     6 
     7 if [ ! -x "ci-pharo-common.sh" ]; then
     7 if [ ! -f "ci-pharo-common.sh" ]; then
     8     wget -O "ci-pharo-common.sh" https://bitbucket.org/janvrany/stx-goodies-petitparser/raw/tip/ci/ci-pharo-common.sh
     8     wget -O "ci-pharo-common.sh" https://bitbucket.org/janvrany/stx-goodies-petitparser/raw/tip/ci/ci-pharo-common.sh
     9 fi
     9 fi
    10 . ci-pharo-common.sh
    10 . ci-pharo-common.sh
    11 
    11 
    12 ci_download_test_data
    12 ci_download_test_data