Automated builds
This page explains how Ampersand images are built automatically
Last updated
This page explains how Ampersand images are built automatically
Last updated
We followed , to automate the workflow from committing to the to the corresponding docker image on .
If you must do things on your own, you might want to reproduce parts of the builds.
The Dockerfile for the Ampersand compiler resides in the root of the Ampersand repository. So from the command line, if you are at the root of the Ampersand repository, you can call docker build .
to create the image. See for more details.
The package.yaml file for the Ampersand compiler resides in the root of the Ampersand repository. So from the command line, if you are at the root of the Ampersand repository, you can call stack install
to create the image. See for more details.