1 Star 0 Fork 1

夕伽 / glfw

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.appveyor.yml 482 Bytes
一键复制 编辑 原始数据 按行查看 历史
Camilla Löwy 提交于 2017-07-17 23:42 . Enable verbose makefiles for CI
branches:
only:
- ci
- master
skip_tags: true
environment:
CFLAGS: /WX
matrix:
- BUILD_SHARED_LIBS: ON
- BUILD_SHARED_LIBS: OFF
matrix:
fast_finish: true
build_script:
- mkdir build
- cd build
- cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DBUILD_SHARED_LIBS=%BUILD_SHARED_LIBS% ..
- cmake --build .
notifications:
- provider: Email
to:
- ci@glfw.org
- on_build_failure: true
- on_build_success: false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/xigalto/glfw.git
git@gitee.com:xigalto/glfw.git
xigalto
glfw
glfw
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891