Disable ARM builds until sourceforge comes up again

This commit is contained in:
Patrick Niklaus 2016-07-13 14:19:33 +02:00
parent 3d80f989d0
commit 6ac65a922f
No known key found for this signature in database
GPG Key ID: E426891B5F978B1B

View File

@ -75,9 +75,10 @@ matrix:
compiler: "gcc-5-release-i686" compiler: "gcc-5-release-i686"
env: TARGET_ARCH='i686' CCOMPILER='gcc-5' CXXCOMPILER='g++-5' BUILD_TYPE='Release' env: TARGET_ARCH='i686' CCOMPILER='gcc-5' CXXCOMPILER='g++-5' BUILD_TYPE='Release'
- os: linux # FIXME disabled until sourceforge fixes its packages for stxxl
compiler: "gcc-4.8-release-armhf" #- os: linux
env: TARGET_ARCH='armhf' CCOMPILER='arm-linux-gnueabihf-gcc-4.8' CXXCOMPILER='arm-linux-gnueabihf-g++-4.8' BUILD_TYPE='Release' #- compiler: "gcc-4.8-release-armhf"
#- env: TARGET_ARCH='armhf' CCOMPILER='arm-linux-gnueabihf-gcc-4.8' CXXCOMPILER='arm-linux-gnueabihf-g++-4.8' BUILD_TYPE='Release'
# Disabled because of CI slowness # Disabled because of CI slowness
#- os: linux #- os: linux