Windows CI: enable pybind (#34)

This commit is contained in:
Changming Sun 2018-11-28 00:13:31 +08:00 committed by Pranav Sharma
parent 4fe7045214
commit 408fd21a7f

View file

@ -44,7 +44,7 @@ jobs:
- task: BatchScript@1
inputs:
filename: build.bat
arguments: ' --enable_onnx_tests'
arguments: ' --enable_onnx_tests --enable_pybind'
workingFolder: "$(Build.SourcesDirectory)"
- task: CmdLine@1