mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
16 lines
466 B
YAML
16 lines
466 B
YAML
build:
|
|
template_file: swig-linux-opt-base.tyml
|
|
docker_image: "ubuntu:18.04"
|
|
swig_system: "win"
|
|
swig_arch: "amd64"
|
|
system_setup:
|
|
>
|
|
apt-get -qq -y install autoconf automake bison build-essential mingw-w64 &&
|
|
(apt-get -qq -y install sudo || true)
|
|
scripts:
|
|
build: "taskcluster/build.sh x86_64-w64-mingw32"
|
|
package: "taskcluster/package.sh"
|
|
metadata:
|
|
name: "SWIG Windows AMD64"
|
|
description: "Building SWIG for Windows/AMD64"
|