VERY SIMPLE Drone pipeline.

This commit is contained in:
Alexey Skobkin 2024-03-08 05:26:27 +03:00
parent bab452b52e
commit 7c7307ca87
No known key found for this signature in database
GPG key ID: 5D5CEF6F221278E7
2 changed files with 16 additions and 0 deletions

15
.drone.yml Normal file
View file

@ -0,0 +1,15 @@
kind: pipeline
type: docker
name: build
steps:
- name: build
image: 'golang:alpine'
commands:
- go build -x .
trigger:
event:
include:
- pull_request
- commit

View file

@ -1,2 +1,3 @@
# telegram-ollama-reply-bot
[![Build Status](https://ci.skobk.in/api/badges/skobkin/telegram-ollama-reply-bot/status.svg)](https://ci.skobk.in/skobkin/telegram-ollama-reply-bot)