Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 872 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 872 Bytes

drone

Drone持续集成插件,功能有

  • 程序压缩
  • 默认优化编译标志
  • 编译时增加调试信息
    • 名称
    • 编译时间
    • 分支
    • 版本
    • 运行时
  • 编译模式
    • 正式版
    • 调试版

使用方法

使用非常简单,在Drone的配置文件.drone.yaml中作出如下配置即可

steps:
  - name: 编译
    image: dronestock/pangu
    pull: always
    settings:
      output: server

捐助

支持宝 微信

感谢Jetbrains

本项目通过Jetbrains开源许可IDE编写源代码,特此感谢 Jetbrains图标