-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alexandre Lissy
committed
Apr 25, 2019
1 parent
f7f6a14
commit 348dd0e
Showing
4 changed files
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
build: | ||
template_file: test-darwin-opt-base.tyml | ||
dependencies: | ||
- "node-package-cpu" | ||
- "test-training_upstream-linux-amd64-py27mu-opt" | ||
system_setup: | ||
> | ||
${nodejs.brew.setup} && ${nodejs.brew.prep_12} && ${nodejs.brew.env} | ||
args: | ||
tests_cmdline: "$TASKCLUSTER_TASK_DIR/DeepSpeech/ds/tc-electron-tests.sh 12.x 5.0.0" | ||
metadata: | ||
name: "DeepSpeech OSX AMD64 CPU ElectronJS v5.0 tests" | ||
description: "Testing DeepSpeech for OSX/AMD64 on ElectronJS v5.0, CPU only, optimized version" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
build: | ||
template_file: test-linux-opt-base.tyml | ||
docker_image: "ubuntu:16.04" | ||
dependencies: | ||
- "node-package-cpu" | ||
- "test-training_upstream-linux-amd64-py27mu-opt" | ||
system_setup: | ||
> | ||
${nodejs.packages_xenial.prep_12} && ${nodejs.packages_xenial.apt_pinning} && apt-get -qq update && apt-get -qq -y install ${nodejs.packages_xenial.apt} ${electronjs.packages_xenial.apt} | ||
args: | ||
tests_cmdline: "${system.homedir.linux}/DeepSpeech/ds/tc-electron-tests.sh 12.x 5.0.0" | ||
metadata: | ||
name: "DeepSpeech Linux AMD64 CPU ElectronJS v5.0 tests" | ||
description: "Testing DeepSpeech for Linux/AMD64 on ElectronJS v5.0, CPU only, optimized version" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
build: | ||
template_file: test-win-opt-base.tyml | ||
dependencies: | ||
- "node-package-cpu" | ||
- "test-training_upstream-linux-amd64-py27mu-opt" | ||
system_setup: | ||
> | ||
${system.sox_win} && ${nodejs.win.prep_12} | ||
args: | ||
tests_cmdline: "${system.homedir.win}/DeepSpeech/ds/tc-electron-tests.sh 12.x 5.0.0" | ||
metadata: | ||
name: "DeepSpeech Windows AMD64 CPU ElectronJS v5.0 tests" | ||
description: "Testing DeepSpeech for Windows/AMD64 on ElectronJS v5.0, CPU only, optimized version" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters