2021-02-17 09:29:02 -06:00
|
|
|
parameters:
|
|
|
|
options: ''
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- script: |
|
|
|
|
set -e
|
|
|
|
echo "Running autoconf generator"
|
|
|
|
./autogen.sh \
|
|
|
|
${{ parameters.options }} \
|
2021-04-25 03:22:45 -05:00
|
|
|
--enable-pylint \
|
2021-02-17 09:29:02 -06:00
|
|
|
--enable-rpmlint \
|
|
|
|
|
|
|
|
displayName: Configure the project
|