drone config

This commit is contained in:
Torma Kristóf 2020-02-01 18:58:07 +01:00
parent 81271d66e7
commit 89a09573d6
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 13 additions and 0 deletions

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
type: docker
name: default
steps:
- name:
image: ubuntu
commands:
- apt update && apt upgrade -y && apt install -y w3c-markup-validator
trigger:
branch:
- master