Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/larzw/cake.paket.example
Example cake build using paket
https://github.com/larzw/cake.paket.example
build cake paket script
Last synced: 21 days ago
JSON representation
Example cake build using paket
- Host: GitHub
- URL: https://github.com/larzw/cake.paket.example
- Owner: larzw
- License: mit
- Created: 2016-09-07T03:36:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-03T14:24:29.000Z (almost 7 years ago)
- Last Synced: 2023-10-19T21:20:49.574Z (about 1 year ago)
- Topics: build, cake, paket, script
- Language: C#
- Size: 67.4 KB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example Cake Build Using Paket
This repository is a fork of the [minimal cake project](https://github.com/cake-build/example). Instead of using [NuGet](https://www.nuget.org/) for dependency management we use [paket](https://fsprojects.github.io/Paket/). Additionally, for convenience, we include an example build using mono on [Travis CI](https://travis-ci.org/).
## Build Status on Master Branch
|Build server|Platform|Build status|
|:--:|:--:|:--:|
|AppVeyor|Windows|[![Build status](https://ci.appveyor.com/api/projects/status/uipwpnm6vqn0lbte/branch/master?svg=true)](https://ci.appveyor.com/project/larzw/cake-paket-example-9djsj/branch/master)|
|Travis CI|Linux, OS X|[![Build Status](https://travis-ci.org/larzw/Cake.Paket.Example.svg?branch=master)](https://travis-ci.org/larzw/Cake.Paket.Example)## 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](https://technet.microsoft.com/en-us/library/ee176961.aspx).
- 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](https://github.com/larzw/Cake.Paket) for more information.**
## Questions
Feel free to open an [issue](https://github.com/larzw/Cake.Paket.Example/issues) or **@larzw** me via [Gitter](https://gitter.im/cake-contrib/Lobby)