浏览代码

stock image, nuget installed (I hope)

/MLA-1734-demo-provider
Chris Elion 4 年前
当前提交
c85582bc
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 3
      .yamato/protobuf-generation-test.yml

3
.yamato/protobuf-generation-test.yml


name: Protobuf Generation Tests
agent:
type: Unity::VM::osx
image: ml-agents/ml-agents-bokken-mac:0.1.4-492264
image: package-ci/mac:stable
flavor: b1.small
variables:
GRPC_VERSION: "1.14.1"

brew install nuget
nuget install Grpc.Tools -Version $GRPC_VERSION -OutputDirectory protobuf-definitions/
python3 -m venv venv
. venv/bin/activate

正在加载...
取消
保存