fsprojects-archive / zzarchive-VisualFSharpPowerTools

[ARCHIVED] Power commands for F# in Visual Studio
http://fsprojects.github.io/VisualFSharpPowerTools/
Apache License 2.0
310 stars 77 forks source link

Adding Travis CI #1417

Closed smoothdeveloper closed 7 years ago

smoothdeveloper commented 7 years ago

Core project is published as a nuget and used by some projects (FSharp.Formatting), I believe we should start running compilation and tests under Travis continuous integration.

cloudRoutine commented 7 years ago

If you want to setup it up and handle dealing with all of the headaches, by all means go for it.

smoothdeveloper commented 7 years ago

How does it work, I try to set it up on my fork? I've never setup travis.

cloudRoutine commented 7 years ago

Yea you can set it up on your fork, you need an account with them and it should let you add tracking to repo on their side. They have some guides on their site, you can look at other projects that are using it for CI to see how their build configs are setup. It'll probably need to be more involved than theirs since Core and tests on Core are all that should be run on it.