From bce554459598a5ad8afc62f1ddddde1168a5e489 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Thu, 5 Dec 2019 15:41:36 +0100 Subject: [PATCH] Build WPF example from examples repo --- taskcluster/tc-tests-utils.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/taskcluster/tc-tests-utils.sh b/taskcluster/tc-tests-utils.sh index efd1283f..dd678e1c 100755 --- a/taskcluster/tc-tests-utils.sh +++ b/taskcluster/tc-tests-utils.sh @@ -32,6 +32,7 @@ mkdir -p ${TASKCLUSTER_TMP_DIR} || true export DS_TFDIR=${DS_ROOT_TASK}/DeepSpeech/tf export DS_DSDIR=${DS_ROOT_TASK}/DeepSpeech/ds +export DS_EXAMPLEDIR=${DS_ROOT_TASK}/DeepSpeech/examples export DS_VERSION="$(cat ${DS_DSDIR}/VERSION)" @@ -932,7 +933,7 @@ do_deepspeech_netframework_build() do_deepspeech_netframework_wpf_example_build() { - cd ${DS_DSDIR}/examples/net_framework + cd ${DS_EXAMPLEDIR}/net_framework # Setup dependencies nuget install DeepSpeechWPF/packages.config -OutputDirectory DeepSpeechWPF/packages/