Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 340 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 340 Bytes

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