blob: cb371e212af493bb9c9b2daf7bcacd74b572bf7c [file] [log] [blame]
kind: autotools
description: Autotools test
depends:
- base.bst
sources:
- kind: tar
url: project_dir:/files/amhello.tar.gz
ref: 534a884bc1974ffc539a9c215e35c4217b6f666a134cd729e786b9c84af99650
config:
configure-commands:
- |
%{autogen}
- |
%{configure}
- |
date +%s > config-time
build-commands:
- |
%{make}
- |
date +%s > build-time