https://github.com/compiler-explorer/cobol-builder
Builders for COBOL
https://github.com/compiler-explorer/cobol-builder
Last synced: 4 months ago
JSON representation
Builders for COBOL
- Host: GitHub
- URL: https://github.com/compiler-explorer/cobol-builder
- Owner: compiler-explorer
- License: bsd-2-clause
- Created: 2023-03-04T22:50:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T10:34:01.000Z (about 1 year ago)
- Last Synced: 2024-12-21T14:43:29.507Z (about 1 year ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
### COBOL Compiler build scripts
The repository is part of the [Compiler Explorer](https://godbolt.org/) 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
```