switching to exec pipeline
continuous-integration/drone/push Build was killed Details

drone-ci
lza_menace 4 years ago
parent f58394aa7a
commit a22fea67d8

@ -1,21 +1,15 @@
---
kind: pipeline
type: docker
type: exec
name: default
clone:
depth: 1
steps:
- name: submodules
image: alpine/git
commands:
- git submodule update --recursive --remote
platform:
os: linux
arch: amd64
- name: coverage
image: ubuntu:20.04
steps:
- name: build
commands:
- apt-get update && apt-get install -y \
build-essential cmake pkg-config libboost-all-dev \
libssl-dev libzmq3-dev libunbound-dev libsodium-dev libpgm-dev make git
- make coverage
- make -j4 release-static-linux-x86_64

Loading…
Cancel
Save