= GDAL Compilation and testing farms = == Windows == Builds and regression testing of GDAL for 32-bit and 64-bit Windows platforms with various versions of the MSVC compilers are done on a daily basis on [http://www.gisinternals.com/sdk/ gisinternals]. The set of optional drivers compiled in is rather extensive. The packages with the generated executables can also be downloaded. == Linux == * Builds with a rich set of dependencies A [https://travis-ci.org/#!/rouault/gdal/builds Travis-CI] instance has been [http://svn.osgeo.org/gdal/trunk/.travis.yml configured] to build GDAL and run of the Java, Perl and Python tests for each SVN commit in trunk. For that, [https://github.com/rouault/gdal a git clone of GDAL] is regularly synchronized with SVN. The OS os the Travis-CI instance is Ubuntu 12.04 i386. The dependencies of GDAL are : {{{ LIBZ support: external LIBLZMA support: yes GRASS support: no CFITSIO support: no PCRaster support: internal LIBPNG support: external GTA support: no LIBTIFF support: internal (BigTIFF=yes) LIBGEOTIFF support: internal LIBJPEG support: external 8/12 bit JPEG TIFF: no LIBGIF support: external OGDI support: yes HDF4 support: yes HDF5 support: yes NetCDF support: yes Kakadu support: no JasPer support: yes (GeoJP2=yes) OpenJPEG support: no ECW support: yes MrSID support: yes MrSID/MG4 Lidar support: yes MSG support: no GRIB support: yes EPSILON support: yes WebP support: yes cURL support (wms/wcs/...):yes PostgreSQL support: yes MySQL support: yes Ingres support: no Xerces-C support: yes NAS support: yes Expat support: yes libxml2 support: yes Google libkml support: yes ODBC support: yes PGeo support: yes FGDB support: yes MDB support: yes PCIDSK support: internal OCI support: no GEORASTER support: no SDE support: no Rasdaman support: no DODS support: no SQLite support: yes PCRE support: yes SpatiaLite support: yes DWGdirect support no INFORMIX DataBlade support:no GEOS support: yes VFK support: yes Poppler support: yes Podofo support: yes OpenCL support: no Armadillo support: no FreeXL support: yes Statically link PROJ.4: no enable pthread support: yes enable POSIX iconv support:yes hide internal symbols: no }}} * Builds with a minimalistic set of dependencies The PostGIS team has set up a [http://debbie.postgis.net:8080/view/GDAL/ Jenkins] instance that, in addition to PostGIS, includes builds of GDAL trunk and runs the Python autotest suite. The OS of that Jenkins instance is apparently Linux Debian. Note : the list of optional GDAL/OGR drivers that rely on dependant libraries included in those builds is still minimal. == History == Note: There used to be an OSGeo Buildbot farm that included GDAL builds, but it is no longer working. You can still consult the [http://trac.osgeo.org/gdal/wiki/Buildbot?version=17 old content].