# HG changeset patch # User Jan Vrany # Date 1453104303 0 # Node ID 4aa0496e6c22e8985b39e934e3c1535c40d94e27 # Parent 9d8a84bb2ed2bbbcca907fcc1222de2c94a7cc63 For tests on Pharo 5.0, use Spur VM diff -r 9d8a84bb2ed2 -r 4aa0496e6c22 .hgignore --- a/.hgignore Tue Nov 24 19:24:45 2015 +0000 +++ b/.hgignore Mon Jan 18 08:05:03 2016 +0000 @@ -27,3 +27,4 @@ ci/*.json ci/*.xml ci/*.log +ci/play-cache diff -r 9d8a84bb2ed2 -r 4aa0496e6c22 ci/ci-pharo-common.sh --- a/ci/ci-pharo-common.sh Tue Nov 24 19:24:45 2015 +0000 +++ b/ci/ci-pharo-common.sh Mon Jan 18 08:05:03 2016 +0000 @@ -21,7 +21,11 @@ if [ ! -x pharo-ui ]; then rm -rf pharo pharo-ui pharo-vm - wget -O- http://swing.fit.cvut.cz/download/pharo/vm-swing | bash + if [ "$PHARO" == "5.0" ]; then + wget -O- http://swing.fit.cvut.cz/download/pharo/vm-spur-swing | bash + else + wget -O- http://swing.fit.cvut.cz/download/pharo/vm-swing | bash + fi fi if [ ! -r Pharo.image ]; then