1 Star 0 Fork 0

dfgan/openpose

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
Thomas Faingnaert 提交于 2019-08-26 03:15 . Add AppVeyor support (#1136)
image: Visual Studio 2017
clone_folder: c:\openpose
build_script:
- mkdir build
- cd build
- cmake -DGPU_MODE=CPU_ONLY -G "Visual Studio 15 2017 Win64" ..
- cmake --build . --config "Release"
after_build:
- ps: cd ..
- ps: mkdir artifacts
- ps: mkdir artifacts/bin
- ps: mkdir artifacts/examples
- ps: mkdir artifacts/examples/media
- ps: mkdir artifacts/include
- ps: mkdir artifacts/lib
- ps: Get-ChildItem -Path build/x64/Release/*.exe -Recurse -File | Copy-Item -Destination artifacts/bin
- ps: Get-ChildItem -Path build/x64/Release/*.dll -Recurse -File | Copy-Item -Destination artifacts/bin
- ps: Get-ChildItem -Path build/bin/*.dll -Recurse -File | Copy-Item -Destination artifacts/bin
- ps: Get-ChildItem -Path examples/media/* -Recurse -File | Copy-Item -Destination artifacts/examples/media
- ps: Copy-Item include/openpose -Recurse -Destination artifacts/include/
- ps: Copy-Item 3rdparty/windows/opencv/include/opencv2 -Recurse -Destination artifacts/include/
- ps: Get-ChildItem -Path build/*.lib -Recurse -File | Copy-Item -Destination artifacts/lib
- ps: Get-ChildItem -Path 3rdparty/*.lib -Recurse -File | Copy-Item -Destination artifacts/lib
- ps: Copy-Item models -Recurse -Destination artifacts/
- ps: cd artifacts
- ps: 7z a ..\openpose.zip .
- ps: cd ..
artifacts:
- path: openpose.zip
name: OpenPose
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dfgan/openpose.git
git@gitee.com:dfgan/openpose.git
dfgan
openpose
openpose
master

搜索帮助