Changes between Version 18 and Version 19 of Buildbot


Ignore:
Timestamp:
Oct 6, 2012, 5:09:31 PM (12 years ago)
Author:
Even Rouault
Comment:

Mention Travis-CI

Legend:

Unmodified
Added
Removed
Modified
  • Buildbot

    v18 v19  
    1 = GDAL Buildbot =
     1= GDAL Compilation and testing farms =
    22
    3 Note: There used to be an OSGeo Buildbot farm that included GDAL builds, but it is no longer use.
     3== Windows ==
     4
     5Builds and regression testing of GDAL for 32-bit and 64-bit Windows platforms with various versions of the MSVC compilers
     6are done on a daily basis on [http://www.gisinternals.com/sdk/ gisinternals]. The set of optional
     7drivers compiled in is rather extensive. The packages with the generated executables can also be downloaded.
     8
     9== Linux ==
     10
     11  * Builds with a rich set of dependencies
     12
     13A [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 :
     14
     15{{{
     16LIBZ support: external
     17LIBLZMA support: yes
     18GRASS support: no
     19CFITSIO support: no
     20PCRaster support: internal
     21LIBPNG support: external
     22GTA support: no
     23LIBTIFF support: internal (BigTIFF=yes)
     24LIBGEOTIFF support: internal
     25LIBJPEG support: external
     268/12 bit JPEG TIFF: no
     27LIBGIF support: external
     28OGDI support: yes
     29HDF4 support: yes
     30HDF5 support: yes
     31NetCDF support: yes
     32Kakadu support: no
     33JasPer support: yes (GeoJP2=yes)
     34OpenJPEG support: no
     35ECW support: yes
     36MrSID support: yes
     37MrSID/MG4 Lidar support: yes
     38MSG support: no
     39GRIB support: yes
     40EPSILON support: yes
     41WebP support: yes
     42cURL support (wms/wcs/...):yes
     43PostgreSQL support: yes
     44MySQL support: yes
     45Ingres support: no
     46Xerces-C support: yes
     47NAS support: yes
     48Expat support: yes
     49libxml2 support: yes
     50Google libkml support: yes
     51ODBC support: yes
     52PGeo support: yes
     53FGDB support: yes
     54MDB support: yes
     55PCIDSK support: internal
     56OCI support: no
     57GEORASTER support: no
     58SDE support: no
     59Rasdaman support: no
     60DODS support: no
     61SQLite support: yes
     62PCRE support: yes
     63SpatiaLite support: yes
     64DWGdirect support no
     65INFORMIX DataBlade support:no
     66GEOS support: yes
     67VFK support: yes
     68Poppler support: yes
     69Podofo support: yes
     70OpenCL support: no
     71Armadillo support: no
     72FreeXL support: yes
     73Statically link PROJ.4: no
     74enable pthread support: yes
     75enable POSIX iconv support:yes
     76hide internal symbols: no
     77}}}
     78
     79  * Builds with a minimalistic set of dependencies
     80
     81The 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.
     82
     83
     84== History ==
     85
     86Note: There used to be an OSGeo Buildbot farm that included GDAL builds, but it is no longer working.
    487You can still consult the [http://trac.osgeo.org/gdal/wiki/Buildbot?version=17 old content].
    5 
    6 == Windows slaves ==
    7 
    8 Builds and regression testing of GDAL for 32bit and 64bit Windows platforms with various versions of the MSVC compilers
    9 are done on a daily basis on [http://www.gisinternals.com/sdk/ gisinternals]. The set of optional
    10 drivers compiled in is rather extensive.
    11 
    12 == Linux slaves ==
    13 
    14 The PostGIS team has set up a [http://debbie.postgis.net:8080/view/GDAL/ buildbot]
    15 that, in addition to PostGIS, includes builds of GDAL trunk and runs the Python autotest suite.
    16 
    17 The OS of that buildbot is apparently Linux Debian. Note : the list of
    18 optional GDAL/OGR drivers that rely on dependant libraries included in those
    19 builds is still minimal.