Continuous Build: Difference between revisions

290 bytes added ,  15 September 2016
Line 7: Line 7:
== Systems and Configurations ==
== Systems and Configurations ==


The following systems and configurations are currently covered:
The following systems and configurations are currently covered for Octave builds:


{| class="wikitable"
{| class="wikitable"
|-
|-
! Builder ID !! Component !! Hg Version !! Build System !! Host System !! Compiler !! Build Options !! Frequency
! Builder ID !! Hg Version !! System !! Compiler !! Build Options !! Frequency
|-
|-
| clang-3.7-debian || Octave || default || Debian Testing || Debian || Clang 3.7 || Disable GraphicsMagick || Any Change
| clang-3.8-debian || default || Debian Testing || Clang 3.8 || Disable GraphicsMagick || Any Change
|-
|-
| clang-3.8-debian || Octave || default || Debian Testing || Debian || Clang 3.8 || Disable GraphicsMagick || Any Change
| clang-3.9-debian || default || Debian Testing || Clang 3.9 || || Any Change
|-
|-
| clang-3.9-debian || Octave || default || Debian Testing || Debian || Clang 3.9 || || Any Change
| gcc-4.9-debian || default || Debian Testing || GCC 4.9 || Disable GraphicsMagick || Any Change
|-
|-
| gcc-4.9-debian || Octave || default || Debian Testing || Debian || GCC 4.9 || Disable GraphicsMagick || Any Change
| gcc-5-debian || default || Debian Testing || GCC 5 || || Any Change
|-
|-
| gcc-5-debian || Octave || default || Debian Testing || Debian || GCC 5 || || Any Change
| gcc-6-debian || default || Debian Testing || GCC 6 || || Any Change
|-
|-
| gcc-6-debian || Octave || default || Debian Testing || Debian || GCC 6 || || Any Change
| gcc-6-lto-debian || default || Debian Testing || GCC (system default) || || Any Change
|-
|-
| gcc-6-lto-debian || Octave || default || Debian Testing || Debian || GCC 6 || Enable link time optimization || Any Change
| no-extras-debian || default || Debian Testing || GCC (system default) || Disable all optional dependencies || Any Change
|-
|-
| no-extras-debian || Octave || default || Debian Testing || Debian || GCC (OS default version) || Disable all optional dependencies || Any Change
| clang-fedora || default || Fedora 25 || Clang (system default) || || Any Change
|-
|-
| w32-on-debian || mxe-octave || default || Debian Testing || Windows || GCC (mxe-octave default) || Windows 32 || Daily
| gcc-fedora || default || Fedora 25 || GCC (system default) || Enable link time optimization || Any Change
|-
|-
| w64-32-on-debian || mxe-octave || default || Debian Testing || Windows || GCC (mxe-octave default) || Windows 64 || Daily
| gcc-6-lto-fedora || default || Fedora 25 || GCC (system default) || Enable link time optimization || Any Change
|-
|}
 
And for mxe-octave:
 
{| class="wikitable"
|-
! Builder ID !! Hg Version !! Build System !! Host System !! Compiler !! Build Options !! Frequency
|-
| mxe-native-on-debian || default || Debian Testing || Debian || GCC (system default) || GNU Linux, use system compiler, fontconfig, and X11 libraries || Daily
|-
| w32-on-debian || default || Debian Testing || Windows || GCC (mxe-octave default) || Windows 32 || Daily
|-
| w64-32-on-debian || default || Debian Testing || Windows || GCC (mxe-octave default) || Windows 64 || Daily
|-
| w64-64-on-debian || default || Debian Testing || Windows || GCC (mxe-octave default) || Windows 64, 64-bit indexing || Daily
|-
|-
| w64-64-on-debian || mxe-octave || default || Debian Testing || Windows || GCC (mxe-octave default) || Windows 64, 64-bit indexing || Daily
|}
|}