diff options
author | Arun Isaac | 2022-05-05 15:18:29 +0530 |
---|---|---|
committer | Arun Isaac | 2022-05-05 15:18:29 +0530 |
commit | bc3305ebe75bc9bd2ba446591b5d4594ee29dea4 (patch) | |
tree | a274ff439d619ea8a0e195c503386f987a13934c | |
parent | 34ad9946788ba7ac4707c7e945578386c9959144 (diff) | |
download | gn-transform-databases-bc3305ebe75bc9bd2ba446591b5d4594ee29dea4.tar.gz |
README: Advertise continuous integration build artifacts.
* README.md (Using): Advertise continuous integration build artifacts.
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -72,6 +72,14 @@ $ xdot sql.dot $ xdot rdf.dot ``` +The +[dump-genenetwork-database](https://ci.genenetwork.org/jobs/dump-genenetwork-database) +continuous integration job runs these steps on every commit and +publishes its version of +[sql.svg](https://ci.genenetwork.org/archive/dump-genenetwork-database/latest/sql.svg) +and +[rdf.svg](https://ci.genenetwork.org/archive/dump-genenetwork-database/latest/rdf.svg). + # Contributing See bugs and tasks in BUGS.org. |