PharoVM-spur32 test newVMTestImage --> Pharo 2.0 ??

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

PharoVM-spur32 test newVMTestImage --> Pharo 2.0 ??

Ben Coman
In the PharoVM-spur32 CI build, newVMTestImage.sh [1] doesn't seem current?

> wget http://files.pharo.org/vm/src/vm-test-image-20.zip 1>&2
> unzip vm-test-image-20.zip -d vm-test-image 1>&2
>
> wget http://files.pharo.org/sources/PharoV20.sources --output-document=vm-test-image/PharoV20.sources 1>&2
>
> PHARO_IMAGE=`find vm-test-image -name \*.image` 1>&2
> echo $PHARO_IMAGE

cheers -ben

[1] https://ci.inria.fr/pharo/job/PharoVM-spur32/Architecture=32,Slave=vm-builder-linux/ws/cog/image/newVMTestImage.sh/*view*/

Reply | Threaded
Open this post in threaded view
|

Re: PharoVM-spur32 test newVMTestImage --> Pharo 2.0 ??

EstebanLM
newVMtestImage is old, yes.
we are not using it for now because I’m running tests in github, before build it (but I’m missing windows tests, a situation I will fix soon (™))

Esteban

> On 17 May 2016, at 12:44, Ben Coman <[hidden email]> wrote:
>
> In the PharoVM-spur32 CI build, newVMTestImage.sh [1] doesn't seem current?
>
>> wget http://files.pharo.org/vm/src/vm-test-image-20.zip 1>&2
>> unzip vm-test-image-20.zip -d vm-test-image 1>&2
>>
>> wget http://files.pharo.org/sources/PharoV20.sources --output-document=vm-test-image/PharoV20.sources 1>&2
>>
>> PHARO_IMAGE=`find vm-test-image -name \*.image` 1>&2
>> echo $PHARO_IMAGE
>
> cheers -ben
>
> [1] https://ci.inria.fr/pharo/job/PharoVM-spur32/Architecture=32,Slave=vm-builder-linux/ws/cog/image/newVMTestImage.sh/*view*/
>