|
2 | 2 | Common Workflow Language tool description reference implementation
|
3 | 3 | ==================================================================
|
4 | 4 |
|
5 |
| -CWL conformance tests: |Build Status| Travis CI: |Unix Build Status| |
| 5 | +CWL conformance tests: |Conformance Status| |Linux Status| |Windows Status| |Coverage Status| |
6 | 6 |
|
7 |
| -.. |Unix Build Status| image:: https://img.shields.io/travis/common-workflow-language/cwltool/master.svg?label=unix%20build |
| 7 | + |
| 8 | +.. |Conformance Status| image:: https://ci.commonwl.org/buildStatus/icon?job=cwltool-conformance |
| 9 | + :target: https://ci.commonwl.org/job/cwltool-conformance/ |
| 10 | + |
| 11 | +.. |Linux Status| image:: https://img.shields.io/travis/common-workflow-language/cwltool/master.svg?label=Linux%20builds |
8 | 12 | :target: https://travis-ci.org/common-workflow-language/cwltool
|
| 13 | + |
| 14 | +.. |Windows Status| image:: https://img.shields.io/appveyor/ci/mr-c/cwltool/master.svg?label=Windows%20builds |
| 15 | + :target: https://ci.appveyor.com/project/mr-c/cwltool |
9 | 16 |
|
| 17 | +.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/common-workflow-language/cwltool.svg |
| 18 | + :target: https://codecov.io/gh/common-workflow-language/cwltool |
| 19 | + |
10 | 20 | This is the reference implementation of the Common Workflow Language. It is
|
11 | 21 | intended to feature complete and provide comprehensive validation of CWL
|
12 | 22 | files as well as provide other tools related to working with CWL.
|
@@ -110,9 +120,6 @@ and ``--tmp-outdir-prefix`` to somewhere under ``/Users``::
|
110 | 120 |
|
111 | 121 | $ cwl-runner --tmp-outdir-prefix=/Users/username/project --tmpdir-prefix=/Users/username/project wc-tool.cwl wc-job.json
|
112 | 122 |
|
113 |
| -.. |Build Status| image:: https://ci.commonwl.org/buildStatus/icon?job=cwltool-conformance |
114 |
| - :target: https://ci.commonwl.org/job/cwltool-conformance/ |
115 |
| - |
116 | 123 | Using user-space replacements for Docker
|
117 | 124 | ----------------------------------------
|
118 | 125 |
|
|
0 commit comments