Skip to content

Commit

Permalink
Merge pull request #4235
Browse files Browse the repository at this point in the history
3411326 Docker: updated cmake version (homdx)
13a43fc Added Codefresh.yml pipeline (homdx)
  • Loading branch information
luigi1111 committed Aug 23, 2018
2 parents 1eed62c + 13a43fc commit e07ace0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions contrib/codefresh/codefresh.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e07ace0

Please sign in to comment.