You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it's worth having some kind of automated build process. travis-ci.org has decent support for D. The following .travis.yml will be enough to build with dmd, ldc, and gdc on both Linux and OSX:
Yea, i agree, that's the #1 next thing I've been meaning to do on mysqln, but haven't quite gotten back to the project yet.
I'm out at the moment and cant really double check right now, but iirc I dont think i've yet set up the tests to run correctly with "dub test", but there's a script included that does run the tests. I know it's trivial to set .travis.yml to run that instead of the default dub test.
Also, there's some stuff I'd need to take care of wrt setting up the db and/or correct mysql connection settings. Nothing difficult of course, just need to get to it, hopefully asap.
it's worth having some kind of automated build process. travis-ci.org has decent support for D. The following
.travis.yml
will be enough to build with dmd, ldc, and gdc on both Linux and OSX:The text was updated successfully, but these errors were encountered: