update .drone.yml
This commit is contained in:
parent
9dcb9040bf
commit
1d4ffa2602
3 changed files with 9 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
name: debian
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: gcc
|
||||
commands:
|
||||
- ./build-deps.sh
|
||||
- make
|
||||
|
|
|
@ -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
6
build-deps.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#/bin/bash
|
||||
|
||||
|
||||
apt update
|
||||
apt install -y build-essential libsodium-dev libsqlite3-dev
|
||||
|
Loading…
Reference in a new issue