Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pangum/drone
Drone持续集成插件,通过本插件可以很方便的编译以盘古框架为基础的任务应用程序。只需要非常简单的配置(可以做到0配置)就能实现盘古应用的编译,并且编译出来的应用程序就已经实现了盘古框架的某些功能(运行时信息注入)
https://github.com/pangum/drone
ci-cd cicd drone golang pangu yaml
Last synced: about 1 month ago
JSON representation
Drone持续集成插件,通过本插件可以很方便的编译以盘古框架为基础的任务应用程序。只需要非常简单的配置(可以做到0配置)就能实现盘古应用的编译,并且编译出来的应用程序就已经实现了盘古框架的某些功能(运行时信息注入)
- Host: GitHub
- URL: https://github.com/pangum/drone
- Owner: pangum
- License: apache-2.0
- Created: 2021-11-15T01:58:48.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T05:06:02.000Z (7 months ago)
- Last Synced: 2024-05-23T06:24:25.378Z (7 months ago)
- Topics: ci-cd, cicd, drone, golang, pangu, yaml
- Language: Go
- Homepage:
- Size: 275 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# drone
`Drone`持续集成插件,功能有
- 程序压缩
- 默认优化编译标志
- 编译时增加调试信息
- 名称
- 编译时间
- 分支
- 版本
- 运行时
- 编译模式
- 正式版
- 调试版## 使用方法
使用非常简单,在`Drone`的配置文件`.drone.yaml`中作出如下配置即可
```yaml
steps:
- name: 编译
image: dronestock/pangu
pull: always
settings:
output: server
```## 捐助
![支持宝](https://github.com/storezhang/donate/raw/master/alipay-small.jpg)
![微信](https://github.com/storezhang/donate/raw/master/weipay-small.jpg)## 感谢Jetbrains
本项目通过`Jetbrains开源许可IDE`编写源代码,特此感谢
[![Jetbrains图标](https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png)](https://www.jetbrains.com/?from=pangum/drone)