Added Codefresh.yml pipeline
This commit is contained in:
parent
3411326a04
commit
13a43fcf0b
|
@ -0,0 +1,18 @@
|
||||||
|
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
|
Loading…
Reference in New Issue