Skip to content

compiler-explorer/cobol-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published