Albacore / albacore

Albacore is a professional quality suite of Rake tasks for building .NET or Mono based systems.
www.albacorebuild.net
221 stars 64 forks source link

Added support for running sql scripts & deploying dacpacs #204

Closed andyfenna closed 8 years ago

andyfenna commented 8 years ago

Please can you merge once I have completed the WIKI?

haf commented 8 years ago

I'll merge after wiki and tests have been written.

andyfenna commented 8 years ago

how do I run these test on my local machine, and what test runner do you use etc?

andyfenna commented 8 years ago

Also the exe's that the new tasks run are windows binaries, and they are only windows compatible. Is Travis CI running on a windows box so that I can call the exe's that I will put in the "Albacore\spec\support\" folders respectfully.

Or should I write the tests without invoking the exes. Just asset that the parameters etc are set.

haf commented 8 years ago

bundle exec rake spec

andyfenna commented 8 years ago

Please can you merge and create a new version?

haf commented 8 years ago

Where are the tests?