GraphBLAS / LAGraph

This is a library plus a test harness for collecting algorithms that use the GraphBLAS. For test coverage reports, see https://graphblas.org/LAGraph/ . Documentation: https://lagraph.readthedocs.org
Other
228 stars 61 forks source link

GraphBLAS organization member must activate TravisCI for LAGraph repo #67

Closed michelp closed 4 years ago

michelp commented 4 years ago

The final step in activating travis CI builds is enabling it the repo on the Travis site. Step 3 is what remains:

https://docs.travis-ci.com/user/tutorial/

alternatively someone can make me a repo owner for LAGraph and I'll take care of it.

ScottKolo commented 4 years ago

Done - Travis CI has been activated for the LAGraph repo.

michelp commented 4 years ago

@ScottKolo hmm, I'm not seeing any builds on travis:

https://travis-ci.org/GraphBLAS/LAGraph

is it possible you accidentally enabled it for your own fork instead of the upstream?

ScottKolo commented 4 years ago

Travis builds are usually triggered on a push. I’m not aware of any way to trigger a build any other way.

michelp commented 4 years ago

Hmm good point, although there's usually a "trigger build" button on travis, maybe it needs to notice the travis config file first on a push, do you mind making a small punctuation change to the readme and pushing it to test triggering the build?

ScottKolo commented 4 years ago

I just made a dummy commit and that triggered a build. 👍