Skip to content

Platform Certification

Dave Nicolette edited this page Feb 9, 2021 · 5 revisions

Home -> Developer Guide ->

We "certify" platforms for using Cobol Check and for contributing to development, so that interested parties can find out whether Cobol Check is likely to work on their setup. Any team member can certify a platform.

Cobol Check might work on a platform that hasn't been certified, if knowledgeable people tweak the setup in some way. We would like to know how to improve the distribution so that such tweaking isn't necessary in future.

Developer Platforms

A Cobol Check team member does the following:

  1. Clone the Cobol Check repo
  2. Run ./run clean test

Without requiring any additional setup actions, the build runs clean.

  1. Update the documentation at Certified Developer Platforms.

User Platforms

A Cobol Check team member does the following:

  1. Download the latest Cobol Check distribution for the platform.
  2. Expand the distribution archive.
  3. Run the samples:
./cobolcheck -p ALPHA NUMBERS 

Without requiring any additional setup actions, the samples run properly.

  1. Update the documentation at Certified User Platforms.
Clone this wiki locally