nuest / rocker-win

Proof-of-concept for R in Windows containers
https://doi.org/10.5281/zenodo.3584107
MIT License
19 stars 1 forks source link

Add build on Travis #5

Closed nuest closed 6 years ago

nuest commented 6 years ago

Travis supports windows now:

There are some issues with version compatibility, maybe

https://docs.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/version-compatibility

helps.

cboettig commented 6 years ago

👏

nuest commented 6 years ago

Got a reply in the Travis help:

https://travis-ci.community/t/docker-windows-containers-on-windows/427

Will have to try out a seperate Dockerfile using microsoft/windowsservercore:1803.

If that works it would actually give use two base images to work with:

Which would require some thinking which to use for rocker-win:latest.

nuest commented 6 years ago

Build works: https://travis-ci.org/nuest/rocker-win/builds/445561002