mirror of
https://github.com/diamondburned/cchat-discord.git
synced 2024-12-23 04:46:43 +00:00
8 lines
177 B
YAML
8 lines
177 B
YAML
|
image: alpine/edge
|
||
|
sources:
|
||
|
- https://github.com/diamondburned/cchat-discord
|
||
|
tasks:
|
||
|
- plugin: |
|
||
|
cd cchat-discord
|
||
|
go build -buildmode=plugin ./cmd/plugin
|