1 Star 0 Fork 1

aijle/allegro5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 526 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: "{branch}-ci-{build}"
clone_depth: 5
install:
- mkdir deps
- mkdir deps\include
- mkdir deps\lib
- nuget install AllegroDeps -Version 1.5.0 -OutputDirectory deps -ExcludeVersion
- ps: move deps\AllegroDeps\build\native\include\* deps\include -force
- ps: move deps\AllegroDeps\build\native\v140\win32\deps\lib\* deps\lib -force
build_script:
- mkdir build
- cd build
- cmake .. -G "Visual Studio 14 2015" -DWANT_ACODEC_DYNAMIC_LOAD=off -DFLAC_STATIC=on
- cmake --build . --config RelWithDebInfo
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/aijle_admin/allegro5.git
git@gitee.com:aijle_admin/allegro5.git
aijle_admin
allegro5
allegro5
master

搜索帮助