Github action to build an APES solver
This action utilizes the apes-pyenv docker container to run the build phase with waf.
Required The arguments to pass to waf. Default "configure build".
Note, that the mpicmd is preset to run mpiexec with oversubscription.
Required The (relative) path in the project to run the bin/waf
command in.
Default is ".".
uses: apes-suite/build-action@v1
with:
waf-args: 'configure build --targets=ateles'
path: '.'