Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7 from tatmanblue/circleci-project-setup
Browse files Browse the repository at this point in the history
Circleci project setup
  • Loading branch information
tatmanblue committed Mar 10, 2020
2 parents 7777c0f + 5cc79a5 commit e910a83
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
@@ -0,0 +1,12 @@
version: 2.1

orbs:
win: circleci/windows@2.2.0

jobs:
build:
executor: win/default

steps:
- checkout
- run: dotnet build
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -44,6 +44,11 @@ Apache 2.0
# Status
Functional/Maintainence updates until [Aries](https://github.com/hyperledger/aries) stablizes

## build status
[![CircleCI](https://circleci.com/gh/circleci/circleci-docs.svg?style=shield)](https://app.circleci.com/pipelines/github/tatmanblue/IndyDotNet)

## README Revision
2020.03.10

# Components of this project
See [PROJECTS.md](PROJECTS.md)
Expand All @@ -63,3 +68,4 @@ https://github.com/hyperledger/indy-sdk

# Indy-sdk version
Works with indy-sdk master branch, and version 1.8.0 - 1.10.0

0 comments on commit e910a83

Please sign in to comment.