1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

murdock: enable dlcache

This commit is contained in:
Kaspar Schleiser 2017-06-17 18:19:05 +02:00
parent ed9899ad57
commit d9f41e6d66

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 "$@"