CI setup
continuous-integration/drone/push Build is failing Details

This commit is contained in:
~lucidiot 2021-07-24 23:44:49 +02:00
parent e5a834d16b
commit 51ee68c688
2 changed files with 16 additions and 0 deletions

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: alpine
commands:
- apk add tree pandoc libxslt libxml2-utils
- sh ./build.sh

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# wiki
[![Build Status](https://drone.tildegit.org/api/badges/lucidiot/wiki/status.svg)](https://drone.tildegit.org/lucidiot/wiki)
my personal wiki, with a homemade static site generator