blob: 8fd95f918c55ef9c5403aa636ff174342f70bb56 [file] [log] [blame]
#! /bin/bash
set -e
source .github/workflows/common.sh
##########################################################################
start_section Building
make plugins -j`nproc`
end_section
##########################################################################
start_section Installing
make install -j`nproc`
end_section
##########################################################################
start_section Testing
make test -j`nproc`
end_section
##########################################################################