1

Add Drone CI config, remove Gitlab CI config

This commit is contained in:
2019-10-08 05:33:52 +04:00
parent 53612a8f7c
commit e062d95bfd
3 changed files with 20 additions and 11 deletions

15
.drone.yml Normal file
View File

@@ -0,0 +1,15 @@
---
kind: pipeline
type: docker
name: build
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: registry_user
password:
from_secret: registry_password
repo: fat0troll/tdlib-golangci
auto_tag: true