Skip to content

Commit

Permalink
Fix build for Linux and add status badges
Browse files Browse the repository at this point in the history
  • Loading branch information
SeeminglyScience committed Apr 23, 2018
1 parent a84b823 commit 9822ac4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions PSLambda.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ $script:Folders = @{
$script:Discovery = @{
HasDocs = Test-Path ('{0}\{1}\*.md' -f $Folders.Docs, $PSCulture)
HasTests = Test-Path ('{0}\*.Tests.ps1' -f $Folders.Test)
IsUnix = $PSVersionTable.PSEdition -eq "Core" -and -not $IsWindows
}

$tools = "$PSScriptRoot\tools"
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ state and is not currently recommended for use in production environments.
This project adheres to the Contributor Covenant [code of conduct](https://github.com/SeeminglyScience/PSLambda/tree/master/docs/CODE_OF_CONDUCT.md).
By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

## Build status

|AppVeyor (Windows)|CircleCI (Linux)|CodeCov|
|---|---|---|
|[![Build status](https://ci.appveyor.com/api/projects/status/8n8alv7moy661rr6?svg=true)](https://ci.appveyor.com/project/SeeminglyScience/pslambda) |[![CircleCI](https://circleci.com/gh/SeeminglyScience/PSLambda.svg?style=svg)](https://circleci.com/gh/SeeminglyScience/PSLambda)|[![codecov](https://codecov.io/gh/SeeminglyScience/PSLambda/branch/master/graph/badge.svg)](https://codecov.io/gh/SeeminglyScience/PSLambda)|

## Features

- C# like syntax (due to being compiled from interpreted Linq expression trees) with some PowerShell
Expand Down

0 comments on commit 9822ac4

Please sign in to comment.