mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
10 lines
No EOL
165 B
YAML
10 lines
No EOL
165 B
YAML
---
|
|
kind: pipeline
|
|
type: docker
|
|
name: linux-build
|
|
|
|
steps:
|
|
- name: linux-build
|
|
image: wownero/wow-dependencies:v1.0
|
|
commands:
|
|
- make release-static-linux-x86_64 |