From 1fc145357a032fc834d98f889272e41c03000764 Mon Sep 17 00:00:00 2001 From: Nic Hannah Date: Fri, 10 Jun 2016 15:11:35 +1000 Subject: [PATCH] Add build status tags which link to ARCCSS jenkins. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 1d04dff254..d3d1ec44e5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # MOM6-examples This repository provides the configurations (input parameters and data) and their corresponding @@ -5,6 +6,17 @@ regression data (for testing), of models that involve [MOM6](https://github.com/ and [SIS2](https://github.com/NOAA-GFDL/SIS2). The repository also contains tools for analysis and preprocessing. +## Testing status + + +Compile: [![Build Status](https://climate-cms.nci.org.au/jenkins/buildStatus/icon?job=mom-ocean.org/MOM6_build_copy)](https://climate-cms.nci.org.au/jenkins/job/mom-ocean.org/job/MOM6_build_copy/) + +Run: [![Run Status](https://climate-cms.nci.org.au/jenkins/buildStatus/icon?job=mom-ocean.org/MOM6_run)](https://climate-cms.nci.org.au/jenkins/job/mom-ocean.org/job/MOM6_run/) + +Valgrind: [![Valgrind Status](https://climate-cms.nci.org.au/jenkins/buildStatus/icon?job=mom-ocean.org/MOM6_runtime_analyzer)](https://climate-cms.nci.org.au/jenkins/job/mom-ocean.org/job/MOM6_runtime_analyzer/) + +(Click on icons for details) + # Where to find information To find information, start at the [MOM6-examples wiki](https://github.com/NOAA-GFDL/MOM6-examples/wiki).