1 Star 0 Fork 2

ssmingyun/hello_tf_c_api

forked from 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/ssmingyun/hello_tf_c_api.git
git@gitee.com:ssmingyun/hello_tf_c_api.git
ssmingyun
hello_tf_c_api
hello_tf_c_api
master

搜索帮助