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. Any team member can certify a platform.

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