Skip to content

Commit

Permalink
Debugging Travis #5
Browse files Browse the repository at this point in the history
  • Loading branch information
PJK committed Sep 30, 2017
1 parent 28a8d1f commit 3caef75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis-qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ if [ "${ARCH}" = "arm" ]; then
else
# Compilation on QEMU is too slow and times out on Travis. Crosscompile at the host
echo "Initial execution on ARM environment, will crosscompile"
sudo apt-get install arm-linux-gnueabihf
sudo apt-get install gcc-arm-linux-gnueabihf
gcc-arm-linux-gnueabihf -v

# Crosscompile CMocka
Expand Down

0 comments on commit 3caef75

Please sign in to comment.