Skip to content

Commit

Permalink
Disable ARM builds
Browse files Browse the repository at this point in the history
  • Loading branch information
PJK committed Oct 1, 2017
1 parent defa679 commit b263837
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: c

sudo: true
sudo: false

matrix:
include:
Expand Down Expand Up @@ -36,16 +36,18 @@ matrix:
- cmake
- cmake-data
env: CC="gcc-6" CXX="g++-6"
- env: ARCH=arm
addons:
apt:
sources:
- george-edison55-precise-backports # cmake 3.2.3 / doxygen 1.8.3
packages:
- gcc-arm-linux-gnueabihf
- libc6-dev-armhf-cross
- cmake
- cmake-data
# Temporarily disabled due to slow performance and problems with Raspbian
# chroot (https://travis-ci.org/PJK/libcbor/jobs/281748138)
# - env: ARCH=arm
# addons:
# apt:
# sources:
# - george-edison55-precise-backports # cmake 3.2.3 / doxygen 1.8.3
# packages:
# - gcc-arm-linux-gnueabihf
# - libc6-dev-armhf-cross
# - cmake
# - cmake-data

script:
- "bash -ex .travis-qemu.sh"
Expand Down

0 comments on commit b263837

Please sign in to comment.