fix(build): make perf tests work again

This commit is contained in:
Tobias Bosch
2015-02-26 11:32:57 -08:00
parent ccb306cce7
commit 15afb80a2f
3 changed files with 11 additions and 5 deletions

View File

@ -70,6 +70,7 @@ if [[ -z $ENV_SET ]]; then
export DARTSDK
export DART
export PUB=${PUB:-"$DART_SDK/bin/pub"}
export PUB_CACHE=$DART_SDK/pub-cache
export DARTANALYZER=${DARTANALYZER:-"$DART_SDK/bin/dartanalyzer"}
export DARTDOC=${DARTDOC:-"$DART_SDK/bin/dartdoc"}
export DART_DOCGEN=${DART_DOCGEN:-"$DART_SDK/bin/docgen"}