binder-examples / continuous-build

Show how to use continuous integration to test your dependency specifications
BSD 3-Clause "New" or "Revised" License
8 stars 10 forks source link

Adding Gitlab continuous build instructions #2

Open costrouc opened 6 years ago

costrouc commented 6 years ago

I have been using gitlab for testing that my binder images build properly and work with mybinder. Would a pull request with information on how to automate it with Gitlab continuous integration be welcome?

An example is here

betatim commented 6 years ago

I think this would be nice.

One thing that is worth thinking about: how do we test that the gitlab CI setup (still) works?

costrouc commented 6 years ago

It would be possible https://docs.gitlab.com/ee/ci/ci_cd_for_external_repos/github_integration.html

Though I have never done it myself.

betatim commented 6 years ago

Ok, let's try and set that up as part of the PR that enables GitLab CI I would say.