Can we put Cake on the base build image for AppVeyor

gep13's Avatar

gep13

03 Dec, 2015 09:06 AM

Hello,

I would like to suggest that Cake:

http://cakebuild.net/

get added to the base build image for AppVeyor. There is a Chocolatey Package available here:

https://chocolatey.org/packages/cake.portable

to help with getting it installed.

Thanks

Gary

  1. Support Staff 1 Posted by Feodor Fitsner on 03 Dec, 2015 06:16 PM

    Feodor Fitsner's Avatar

    As it's being update quote frequently wouldn't be better installing it during the build?

    It takes seconds to install it directly from GitHub releases (for some reason installing from Chocolatey was slow):

    $zipPath = "$($env:USERPROFILE)\Cake-bin-v0.6.1.zip"
    (New-Object Net.WebClient).DownloadFile('https://github.com/cake-build/cake/releases/download/v0.6.1/Cake-bin-v0.6.1.zip', $zipPath)
    7z x $zipPath -y -oC:\tools\cake | Out-Null
    $env:path = "C:\tools\cake;$env:path"
    
  2. Support Staff 2 Posted by Feodor Fitsner on 03 Dec, 2015 06:19 PM

    Feodor Fitsner's Avatar

    Yes, it took like 40 seconds to install with Chocolatey (choco install cake.portable).

  3. gep13 closed this discussion on 18 Jan, 2016 08:30 PM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac