Skip to content

Instantly share code, notes, and snippets.

@bennn
Created August 8, 2017 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bennn/ed455ad38393bd7e93ec5927b941e771 to your computer and use it in GitHub Desktop.
Save bennn/ed455ad38393bd7e93ec5927b941e771 to your computer and use it in GitHub Desktop.
version: 1.0.{build}
platform: x64
environment:
PATH: C:\Program Files\Racket;%PATH%
build_script:
- ps: >-
Invoke-WebRequest https://github.com/pauldalewilliams/chocolatey-comm-pkgs/raw/48c2d2110beae07ff38b3125ea57f03ab67ced20/racket/racket.6.10.nupkg -OutFile racket.6.10.nupkg
Invoke-WebRequest https://raw.githubusercontent.com/pauldalewilliams/chocolatey-comm-pkgs/48c2d2110beae07ff38b3125ea57f03ab67ced20/racket/racket.nuspec -OutFile racket.nuspec
choco install C:\projects\video\racket.6.10.nupkg
raco pkg install --deps search-auto -n video
test_script:
- ps: '# raco test -p video'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment