mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 11:23:26 +01:00
Added Codefresh.yml pipeline
This commit is contained in:
parent
3411326a04
commit
13a43fcf0b
18
contrib/codefresh/codefresh.yml
Normal file
18
contrib/codefresh/codefresh.yml
Normal file
@ -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
Block a user