update .drone.yml
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
continuous-integration/drone/push Build is passing

This commit is contained in:
j3d1 2020-07-13 13:58:01 +02:00
parent 9dcb9040bf
commit 1d4ffa2602
3 changed files with 9 additions and 1 deletions

View file

@ -1,9 +1,10 @@
kind: pipeline
type: docker
name: default
name: debian
steps:
- name: test
image: gcc
commands:
- ./build-deps.sh
- make

View file

@ -1,3 +1,4 @@
# shepherd
[![Build Status](http://droneio.service.intern.lab.or.it/api/badges/j3d1/shepherd/status.svg)](http://droneio.service.intern.lab.or.it/j3d1/shepherd)
[![Build status](http://atlas.j3d1.de:8050/api/projects/status/ky7t0a756o9wo6b7?svg=true)](http://atlas.j3d1.de:8050/project/AppVeyor/shepherd)

6
build-deps.sh Executable file
View file

@ -0,0 +1,6 @@
#/bin/bash
apt update
apt install -y build-essential libsodium-dev libsqlite3-dev