summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@gmail.com>2017-08-25 16:09:38 -0700
committerPierre Grandin <grandinp@gmail.com>2017-08-25 16:09:38 -0700
commit3e9711e937ace95ab6c483f24436264c67b90fab (patch)
tree7e4c6d655b45892f00b8569387c4fd6e50e31c85
parent6127a1237b41c79b3a099db222ddfd4222feeb66 (diff)
downloadnavit-3e9711e937ace95ab6c483f24436264c67b90fab.tar.gz
Install wget when building for tomtom
-rw-r--r--ci/build_tomtom_minimal.sh2
-rw-r--r--ci/build_tomtom_plugin.sh2
2 files changed, 4 insertions, 0 deletions
diff --git a/ci/build_tomtom_minimal.sh b/ci/build_tomtom_minimal.sh
index 845224e05..d2d06e231 100644
--- a/ci/build_tomtom_minimal.sh
+++ b/ci/build_tomtom_minimal.sh
@@ -7,6 +7,8 @@
set -e
+apt-get update && apt-get install -y wget
+
export ARCH=arm-linux
cp Toolchain/$ARCH.cmake /tmp
diff --git a/ci/build_tomtom_plugin.sh b/ci/build_tomtom_plugin.sh
index 08966ddb7..9a8f84f15 100644
--- a/ci/build_tomtom_plugin.sh
+++ b/ci/build_tomtom_plugin.sh
@@ -6,6 +6,8 @@
set -e
+apt-get update && apt-get install -y wget
+
export ARCH=arm-linux
cp Toolchain/$ARCH.cmake /tmp