somaticio / tensorflow.rb

tensorflow for ruby
BSD 3-Clause "New" or "Revised" License
829 stars 63 forks source link

Add circle ci yml #35

Closed nethsix closed 8 years ago

nethsix commented 8 years ago
arafatkatze commented 8 years ago

@nethsix Thanks, can I merge this ?

nethsix commented 8 years ago

@Arafatk If everyone's ok with Circle CI, you can first sign up for CircleCI here with a few clicks: https://github.com/integrations/circle-ci

After that, at the dashboard:

  1. Select yourself
  2. Select ruby-tensorflow repo

That should be it. You can then merge. It almost does nothing for now, because circle.yml config is set to perform CI only for branches that contains the string 'circle_ci'. Thus only the CI will happen for this merged branch (you may have to manually trigger it from the dashboard)

nethsix commented 8 years ago

@Arafatk Thanks! I'll do another pull request with a new circle.yml within a day or two, if you have signed/set up Circle CI then when I do the pull request we should be able to see CircleCI perform the build and tests (fingers crossed).

chrhansen commented 8 years ago

@Arafatk great to see you made it work using Docker!

I have two questions though:

nethsix commented 8 years ago

@chrhansen