Skip to content

Commit

Permalink
Merge pull request #3224 from lissyx/electronjs-example
Browse files Browse the repository at this point in the history
Electron example
  • Loading branch information
lissyx authored Aug 4, 2020
2 parents 3340cb6 + bb24fc8 commit 2eb75b6
Showing 1 changed file with 14 additions and 0 deletions.
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 2eb75b6

Please sign in to comment.