Skip to content

Commit

Permalink
Merge pull request #3222 from lissyx/pr-electron-example-r0.8
Browse files Browse the repository at this point in the history
Electron example
  • Loading branch information
lissyx authored Aug 4, 2020
2 parents 4d030ae + 7fbbfeb commit 8e3c8d0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taskcluster/examples-base.tyml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ then:
DEEPSPEECH_MODEL: "https://github.com/reuben/DeepSpeech/releases/download/v0.8.0/models_0.8.tar.gz"
DEEPSPEECH_AUDIO: "https://github.com/mozilla/DeepSpeech/releases/download/v0.4.1/audio-0.4.1.tar.gz"
PIP_DEFAULT_TIMEOUT: "60"
EXAMPLES_CLONE_URL: "https://github.com/mozilla/DeepSpeech-examples"
EXAMPLES_CHECKOUT_TARGET: "r0.8"
EXAMPLES_CLONE_URL: "https://github.com/lissyx/DeepSpeech-examples"
EXAMPLES_CHECKOUT_TARGET: "pr-electron-example"

command:
- "/bin/bash"
Expand Down
14 changes: 14 additions & 0 deletions taskcluster/examples-electronjs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
build:
template_file: examples-base.tyml
docker_image: "node:12"
dependencies:
- "linux-amd64-cpu-opt"
system_setup:
>
apt-get -qq update && apt-get -qq -y install ${electronjs.packages_xenial.apt}
args:
tests_cmdline: "${system.homedir.linux}/DeepSpeech/examples/electron/test.sh"
workerType: "${docker.dsTests}"
metadata:
name: "DeepSpeech examples: ElectronJS/React on NodeJS v12.x"
description: "DeepSpeech examples: ElectronJS/React on NodeJS v12.x"

0 comments on commit 8e3c8d0

Please sign in to comment.