3 Star 7 Fork 2

learning-ml / hello_tf_c_api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.appveyor.yml 458 Bytes
一键复制 编辑 原始数据 按行查看 历史
neargye 提交于 2019-11-20 17:14 . update ci
version: "{branch} #{build}"
image:
- Visual Studio 2015
- Visual Studio 2017
- Visual Studio 2019
platform:
- x64
build:
parallel: true
before_build:
- if exist build RMDIR /S /Q build
- if not exist build mkdir build
- cd build
build_script:
- cmake -A %PLATFORM% ..
- cmake --build . --config Debug
- cmake --build . --config Release
test_script:
- ctest --output-on-failure -C Debug
- ctest --output-on-failure -C Release
C
1
https://gitee.com/learning-ml/hello_tf_c_api.git
git@gitee.com:learning-ml/hello_tf_c_api.git
learning-ml
hello_tf_c_api
hello_tf_c_api
master

搜索帮助