Skip to content

LiberalArtist/appveyor-racket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

appveyor-racket

An example .appveyor.yml and helper script for using AppVeyor with Racket projects, inspired by Greg Hendershott's travis-racket, which provides similar functionality for use with Travis CI.

Build status

To use this with your project:

  1. Add the example .appveyor.yml file to the root of your repository.

  2. Change the PKG_NAME environment variable to the name of your package.

  3. Change the build matrix to whichever combinations of RACKET_VERSION and RACKET_MINIMAL you want to use. (You probably don't want the default, which currently does 58 builds!) The goal is to support the same versions as travis-racket.

  4. (Optional) Adjust the build_script and test_script sections as desired, especially if your project is not a Racket package.

  5. Tell AppVeyor about your project.

About

Help for using AppVeyor with Racket projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages