larzw / Cake.Paket.Example

Example cake build using paket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Cake Build Using Paket

This repository is a fork of the minimal cake project. Instead of using NuGet for dependency management we use paket. Additionally, for convenience, we include an example build using mono on Travis CI.

Build Status on Master Branch

Build server Platform Build status
AppVeyor Windows Build status
Travis CI Linux, OS X Build Status

Quick Start

  • Clone the repository
  • Run the appropriate build script
    • On Windows use PowerShell and run .\build.ps1. If it errors out due to an execution policy, take a look at changing the execution policy.
    • On Linux or OS X use the terminal and run ./build.sh. You may need to change the permissions chmod +x build.sh.

See Cake.Paket for more information.

Questions

Feel free to open an issue or @larzw me via Gitter

About

Example cake build using paket

License:MIT License


Languages

Language:C# 44.0%Language:PowerShell 33.6%Language:Shell 22.4%