Skip to content

Commit 0aef031

Browse files
author
Wang, Gang(Gary)
committed
test_codefresh
1 parent 3f4eb81 commit 0aef031

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
[![Build Status](https://travis-ci.org/NonVolatileComputing/incubator-mnemonic.svg?branch=master)](https://travis-ci.org/NonVolatileComputing/incubator-mnemonic)
88
[![CircleCI](https://circleci.com/gh/NonVolatileComputing/incubator-mnemonic.svg?style=svg)](https://circleci.com/gh/NonVolatileComputing/incubator-mnemonic)
9+
[![Codefresh build status]( https://g.codefresh.io/api/badges/build?repoOwner=NonVolatileComputing&repoName=incubator-mnemonic&branch=master&pipelineName=incubator-mnemonic&accountName=qichfan&type=cf-2)]( https://g.codefresh.io/repositories/NonVolatileComputing/incubator-mnemonic/builds?filter=trigger:build;branch:master;service:599c67c94828a90001091006~incubator-mnemonic)
910

1011
Apache Mnemonic is an advanced hybrid memory storage oriented library, it proposed a non-volatile/durable Java object model and durable computing service that bring several advantages to significantly improve the performance of massive real-time data processing/analytics. developers are able to use this library to design their cache-less and SerDe-less high performance applications.
1112

codefresh.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
#
2+
# Licensed to the Apache Software Foundation (ASF) under one or more
3+
# contributor license agreements. See the NOTICE file distributed with
4+
# this work for additional information regarding copyright ownership.
5+
# The ASF licenses this file to You under the Apache License, Version 2.0
6+
# (the "License"); you may not use this file except in compliance with
7+
# the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
16+
#
17+
18+
version: '1.0'
19+
steps:
20+
build_the_image:
21+
title: Building Docker Image
22+
type: build
23+
image_name: mnemonic/mneci
24+
working_directory: ./
25+
dockerfile: docker/docker-Ubuntu/Dockerfile
26+
tag: 'latest'
27+
28+
test_all_the_code:
29+
image: mnemonic/mneci
30+
working_directory: ${{main_clone}}
31+
commands:
32+
- pwd
33+
- git log -1 --stat
34+
- bin/runall.sh
35+

0 commit comments

Comments
 (0)