wownero/.drone.yml

10 lines
169 B
YAML
Raw Normal View History

2020-07-16 21:47:39 +01:00
---
kind: pipeline
type: docker
2020-07-26 09:11:11 +01:00
name: linux-build
2020-07-16 21:47:39 +01:00
steps:
2020-07-26 09:11:11 +01:00
- name: linux-build
image: wownero/wow-dependencies:v1.0
2020-07-16 21:47:39 +01:00
commands:
2020-07-26 09:11:11 +01:00
- make -j2 release-static-linux-x86_64