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 server | Platform | Build status |
|---|---|---|
| AppVeyor | Windows | |
| Travis CI | Linux, OS X |
- 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 permissionschmod +x build.sh.
- On Windows use PowerShell and run
See Cake.Paket for more information.