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
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: debian
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: gcc
|
image: gcc
|
||||||
commands:
|
commands:
|
||||||
|
- ./build-deps.sh
|
||||||
- make
|
- make
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
# shepherd
|
# shepherd
|
||||||
|
|
||||||
|
[](http://droneio.service.intern.lab.or.it/j3d1/shepherd)
|
||||||
[](http://atlas.j3d1.de:8050/project/AppVeyor/shepherd)
|
[](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