wownero/.drone.yml

10 lines
169 B
YAML
Raw Normal View History

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