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