Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Files

Latest commit

 

History

History
22 lines (13 loc) · 428 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 428 Bytes

How to generate docker/Dockerfile.* and circle.yml

Step 1. generate scripts for generating dockerfiles

python make-gen-docker.py

This should generate gen-docker.sh.

Step 2. generate dockerfiles

Run gen-docker.sh, which should generate docker/Dockerfile.*.

Step 3. generate the configuration file for CircleCI

python make-circleci.py

This should generate circle.yml.