Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 729 Bytes

File metadata and controls

30 lines (20 loc) · 729 Bytes

build-action

Github action to build an APES solver

This action utilizes the apes-pyenv docker container to run the build phase with waf.

Run test

Inputs

waf-args

Required The arguments to pass to waf. Default "configure build". Note, that the mpicmd is preset to run mpiexec with oversubscription.

path

Required The (relative) path in the project to run the bin/waf command in. Default is ".".

Example usage

    uses: apes-suite/build-action@v1
    with:
      waf-args: 'configure build --targets=ateles'
      path: '.'