cmd: "make" args: - "-C" - "{PROJECT_PATH}/build" sh: false name: "Build All" errorMatch: - "(?([A-Za-z]:[\\/])?[^:\\n]+):(?\\d+):(?\\d+):\\s*(fatal error|error):\\s*(?.+)" # - (?[^:\\n]+):(?\\d+):(?\\d+):[\\s\\S]+?Error: (?.+) warningMatch: - (?([A-Za-z]:[\\/])?[^:\\n]+):(?\\d+):(?\\d+):\\s*(warning):\\s*(?.+) targets: generate_build: cmd: "bash build.sh" args: - --purge - --c_compiler=/usr/bin/gcc - --cxx_compiler=/usr/bin/g++ name: "Setup ARES build" generate_build_mpi: cmd: "bash build.sh" name: "Setup ARES build with MPI" args: - --purge - --with-mpi - --c_compiler - /usr/bin/gcc - --cxx_compiler - /usr/bin/g++