GitHubRGI / swagd

New development has moved to GitLab
https://gitlab.com/GitLabRGI/swagd
MIT License
3 stars 1 forks source link

Create a second build environment for Windows. #363

Open stevendlander opened 8 years ago

stevendlander commented 8 years ago

Travis CI handles windows CI duties for linux builds, but we currently have no way to run unit tests and builds on Windows. Create an internal VM for SWAGD that will build the software and report Windows-specific issues.

stevendlander commented 8 years ago

GDAL environment is not allowing gradle run Gdal2tiles tests currently in Powershell.

stevendlander commented 8 years ago

371 addresses issues found during build setup

jessicajarc commented 7 years ago

Any update on whether or not gdal2tiles will run in Powershell?

stevendlander commented 7 years ago

In this case, GDAL2Tiles refers to the Java code we wrote that mimics the functionality in gdal2tiles.py. We have tests for that code that isnt working in a Jenkins/Windows build environment for some reason.

We are working towards getting some automation in place for Windows builds of SWAGD but that will likely occur on our Gitlab instance. gitlab.com/GitLabRGI/swagd