mirror of
https://github.com/monero-project/monero.git
synced 2024-11-06 00:17:37 +00:00
18 lines
436 B
YAML
18 lines
436 B
YAML
version: '1.0'
|
|
steps:
|
|
init_submodules:
|
|
title: Init Submodules
|
|
commands:
|
|
- git submodule update --init --recursive
|
|
image: codefreshio/git-image:latest
|
|
working_directory: ${{main_clone}}
|
|
|
|
BuildingDockerImage:
|
|
title: Building Docker Image
|
|
type: build
|
|
image_name: monero
|
|
working_directory: ./
|
|
tag: '${{CF_BRANCH_TAG_NORMALIZED}}'
|
|
dockerfile: Dockerfile
|
|
build_arguments:
|
|
- NPROC=1
|