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

change build option

This commit is contained in:
lxsang 2021-03-25 21:50:23 +01:00
parent 786f395139
commit 9c1e925e85

View File

@ -20,9 +20,9 @@ steps:
- aclocal
- autoconf
- automake --add-missing
- ./configure --prefix=/opt/cloud/artifacts
- ./configure --prefix=/usr
- make
- make install
- DESTDIR=/opt/cloud/artifacts make install
trigger:
branch:
- master