1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 01:53:51 +01:00

Merge pull request #7202 from kaspar030/murdock_enable_http_cache

murdock: enable dlcache
This commit is contained in:
Sebastian Meiling 2017-06-19 11:15:18 +02:00 committed by GitHub
commit 30be4f7673

View File

@ -3,6 +3,7 @@
export RIOT_CI_BUILD=1
export STATIC_TESTS=${STATIC_TESTS:-1}
export CFLAGS_DBG=""
export DLCACHE_DIR=${DLCACHE_DIR:-~/.dlcache}
error() {
echo "$@"