Disable ARM builds until sourceforge comes up again
This commit is contained in:
parent
3d80f989d0
commit
6ac65a922f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user