For tests on Pharo 5.0, use Spur VM
authorJan Vrany <jan.vrany@fit.cvut.cz>
Mon, 18 Jan 2016 08:05:03 +0000
changeset 555 4aa0496e6c22
parent 554 9d8a84bb2ed2
child 556 51c6afba5c91
For tests on Pharo 5.0, use Spur VM
.hgignore
ci/ci-pharo-common.sh
--- 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
--- 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