Changes between Version 26 and Version 27 of Buildbot


Ignore:
Timestamp:
Jan 19, 2016, 2:43:47 PM (8 years ago)
Author:
Even Rouault
Comment:

Update outdated comment

Legend:

Unmodified
Added
Removed
Modified
  • Buildbot

    v26 v27  
    88
    99There is also a Appveyor continuous integration build. It builds a minimal GDAL (no optional dependency) in DEBUG mode with Visual Studio 2008 (aka VC9 / MSVC 1500), 2013 (a.k.a VC12 / MSVC 1800) and VS 2015 (a.k.a VC13 / MSVC 1900), so as to fit below the 30 minutes limit. The builds can be see at :
    10 https://ci.appveyor.com/project/rouault/gdal-coverage . Note that the Python autotest suite is not run due to the timeout issue.
     10https://ci.appveyor.com/project/rouault/gdal-coverage . The Python autotest suite is run.
    1111
    1212Travis-CI builds with mingw and mingw-w64 are also available : see trunk_mingw and trunk_mingw_w64 builds at https://travis-ci.org/rouault/gdal_coverage/builds . They include just Proj 4.8.0 as a dependency, and run the autotest suite with Python under Wine