compiler-explorer / cobol-builder

Builders for COBOL

Repository from Github https://github.comcompiler-explorer/cobol-builderRepository from Github https://github.comcompiler-explorer/cobol-builder

COBOL Compiler build scripts

The repository is part of the Compiler Explorer project. It builds the docker images used to build the Cobol compilers used on the site.

Example test...

$ docker build -t builder -f Dockerfile .; and docker run --rm -it -v/tmp/out:/build builder ./build.sh 1.1 /build

About

Builders for COBOL

License:BSD 2-Clause "Simplified" License


Languages

Language:Shell 86.5%Language:Dockerfile 13.5%