Граф коммитов

26 Коммитов

Автор SHA1 Сообщение Дата
Alexandre Lissy 5e4d7dae99 GitHub Actions for macOS 2021-03-25 11:01:29 +01:00
CatalinVoss 32b6067a01 Enable static build of DeepSpeech iOS framework
Set up additional `deepspeech_ios` target with static build steps

Xcode config: lock swift version at 5.0, bundle framework rather than dynamic lib, never strip swift symbols, add framework search paths, and bring in lstdc++

Runtime schema config: disable the main thread checker as this causes trouble with the static build

Update model versions to 0.9.1

Remove libdeepspeech.so from example app bundling steps

Swift lib embed settings that are somehow essential

Attempt to adjust taskcluster build steps

Add a basic podspec

Add framework to gitignore

Fix podspec version code

Attempt to fix taskcluster unzip step

Switch deepspeech targets for iOS build

Try doing this unzip in one step

Remove packaging steps for unneeded stuff because libdeepspeech.so is no longer a thing here. I suppose we could add a step to package the iOS static lib instead.

Fix podspec version

Set up podspec relative assuming a clone from the repo root

Remove space in iOS package step

Fix buildfile nit

Link stdc++ in explicitly with iOS build only

Revert "Remove space in iOS package step"

This reverts commit 3e1922ea37.
2020-12-04 15:19:49 +02:00
Alexandre Lissy 86bba80b0e Fix #3292: Linux debug builds 2020-10-01 12:40:24 +02:00
Alexandre Lissy a4d6c672d4 Fix #3316: Add Electron 10.x 2020-09-10 12:08:17 +02:00
Reuben Morais ae0cf8db6a Revert "Merge branch 'rename-real'"
This reverts commit ae9fdb183e, reversing
changes made to 2eb75b6206.
2020-08-26 11:46:09 +02:00
Reuben Morais 01fd13b663 Revert "Merge pull request #3229 from mozilla/nodejs-scoped-name"
This reverts commit 402fc71abf, reversing
changes made to 0610a7a76f.
2020-08-26 11:46:08 +02:00
Reuben Morais 50de377953 Use scoped name for npm package 2020-08-06 18:55:42 +02:00
Reuben Morais 0b51004081 Address review comments 2020-08-06 14:20:05 +02:00
Reuben Morais 8c840bed23 Fix .NET build/package, resolve package conflict in Java app 2020-08-05 17:49:51 +02:00
Reuben Morais ee1235678d Missing renames in CI scripts 2020-08-04 15:25:46 +02:00
Reuben Morais fa21911048 Rename packages, modules, headers, shared libraries to Mozilla Voice STT 2020-08-03 18:22:32 +02:00
Alexandre Lissy c55143d282 Fix #3198: Do not rely on examples repo for building .Net 2020-08-02 02:02:41 +02:00
Reuben Morais 38f6afdba8
Merge pull request #3173 from mozilla/ios-framework-publish
Build and publish iOS framework in GitHub release files
2020-07-22 11:44:51 +02:00
Reuben Morais 844b375e7d Address review comments 2020-07-22 10:35:56 +02:00
Reuben Morais 47685f059f Disable code signing in CI builds 2020-07-22 00:19:07 +02:00
Reuben Morais ce0ef4fd1e Build and publish deepspeech_ios.framework 2020-07-22 00:19:06 +02:00
Carlos Fonseca M 48fb43c3eb Add UWP Nuget packing support 2020-07-21 10:38:37 -06:00
Reuben Morais be43b3fdc1 Bump caches for artifacts rebuilt on new worker 2020-07-20 00:22:46 +02:00
Alexandre Lissy 80ee63fac6 Use TensorFlow as a submodule 2020-06-29 17:03:07 +02:00
Alexandre Lissy bc086ec998 Build DeepSpeech using TensorFlow r2.2 2020-06-22 10:48:12 +02:00
Alexandre Lissy aa4c746899 Maximize binary compatibility 2020-06-03 11:50:37 +02:00
Alexandre Lissy 3581bdf9fe Add TypeScript CI 2020-04-06 22:12:00 +02:00
Alexandre Lissy 8029f3d7dd Produce pyenv ready-to-use 2020-02-24 12:01:36 +01:00
Alexandre Lissy 7d1663b1c5 Generate one-time Homebrew tarball 2020-02-20 11:46:43 +01:00
Alexandre Lissy 0add08e30d Ensure python builds uses all ressources 2020-02-14 18:55:03 +01:00
Alexandre Lissy d6f0a5026c Explode tc-tests-utils into several smaller chunks
Fixes #1840
2020-02-13 15:42:34 +01:00