6 lines
180 B
Bash
Executable File
6 lines
180 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e -x
|
|
docker build --file Dockerfile.win --tag alphacep/kaldi-win:latest .
|
|
docker run --rm -v `realpath ..`:/io alphacep/kaldi-win /io/travis/build-wheels-win.sh
|