On 11/25/2016 09:46 AM, Hazen Babcock wrote:
>
> I think have this more or less working now. I created a git repository
> for this here:
> https://github.com/PLplot/plplot-docker
>
> And our docker images are here:
> https://hub.docker.com/u/plplot/
>
> Assuming that you have docker installed and running, then:
> docker run plplot/debian-stable 2>&1 | tee debian-stable.txt
>
> For example will pull the most recent version of PLplot, build and test
> it on debian stable.

I updated the docker images so that you can also test a local repository:

docker run -v /absolute/path/to/local/plplot:/plplot_repo 
plplot/debian-latest 2>&1 | tee debian-latest.txt

Or to test against all the images:

cd /path/to/plplot-docker
python test_all.py --plplot_repo /absolute/path/to/local/plplot

-Hazen


------------------------------------------------------------------------------
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to