1
0
mirror of https://github.com/lxsang/ant-http synced 2024-06-29 11:59:48 +02:00

Update Jenkinsfile

This commit is contained in:
Dany LE 2022-08-01 12:05:02 +02:00 committed by GitHub
parent 7efaa32245
commit d2ebccecf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View File

@ -37,6 +37,7 @@ pipeline{
aclocal
autoconf
automake --add-missing
./configure --prefix=/usr
make
'''
}