Reenable ARM builds

This commit is contained in:
Patrick Niklaus 2016-07-22 13:57:57 +02:00
parent ecbd709535
commit 9b737230d6
No known key found for this signature in database
GPG Key ID: E426891B5F978B1B

View File

@ -76,10 +76,9 @@ matrix:
compiler: "gcc-5-release-i686"
env: TARGET_ARCH='i686' CCOMPILER='gcc-5' CXXCOMPILER='g++-5' BUILD_TYPE='Release'
# FIXME disabled until sourceforge fixes its packages for stxxl
#- os: linux
#- 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'
- os: linux
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
#- os: linux