summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStefan Wildemann <metalstrolch@users.noreply.github.com>2019-10-01 09:15:42 +0200
committerGitHub <noreply@github.com>2019-10-01 09:15:42 +0200
commit7b4c8877aceec093c5fca9c7ad040b6eecc8059f (patch)
treeecb74375b2642cdc5fdd0460168c2a48e6198540 /scripts
parentac49d27070486ee946bda65daefae1d79e4eb827 (diff)
downloadnavit-7b4c8877aceec093c5fca9c7ad040b6eecc8059f.tar.gz
fix:circleci: do not download build environment for sanity check (#891)
and reenable xml lint for all configurations shipped.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci_sanity_checks.sh2
-rw-r--r--scripts/setup_sanitycheck_requirements.sh4
2 files changed, 5 insertions, 1 deletions
diff --git a/scripts/ci_sanity_checks.sh b/scripts/ci_sanity_checks.sh
index e8cac4787..33d05263c 100755
--- a/scripts/ci_sanity_checks.sh
+++ b/scripts/ci_sanity_checks.sh
@@ -52,7 +52,7 @@ for f in $(git diff --name-only ${interval} | sort -u); do
check_diff
fi
- if [[ "${f}" == "navit/navit_shipped.xml" ]]; then
+ if [[ "${f: -11}" == "shipped.xml" ]]; then
echo "[INFO] Checking for compliance with the DTD using xmllint on ${f}..."
xmllint --noout --dtdvalid navit/navit.dtd "$f"
rc=$?
diff --git a/scripts/setup_sanitycheck_requirements.sh b/scripts/setup_sanitycheck_requirements.sh
new file mode 100644
index 000000000..263669a7c
--- /dev/null
+++ b/scripts/setup_sanitycheck_requirements.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+set -e
+
+apt-get update && apt-get install -y git astyle libxml2-utils file