Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please consider setting up travis build #73

Closed
SingingBush opened this issue May 26, 2016 · 1 comment
Closed

please consider setting up travis build #73

SingingBush opened this issue May 26, 2016 · 1 comment

Comments

@SingingBush
Copy link

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:

language: d

sudo: required
dist: trusty

d:
  - dmd
  - dmd-2.069.2
  - dmd-2.068.2
  - dmd-2.068.0
  - ldc-1.0.0-beta2
  - gdc

os:
 - linux
 - osx

matrix:
  allow_failures:
    - d: gdc
@Abscissa
Copy link

Abscissa commented May 26, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants