1
0
mirror of https://github.com/lxsang/ant-http synced 2024-07-01 12:59:47 +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 - aclocal
- autoconf - autoconf
- automake --add-missing - automake --add-missing
- ./configure --prefix=/opt/cloud/artifacts - ./configure --prefix=/usr
- make - make
- make install - DESTDIR=/opt/cloud/artifacts make install
trigger: trigger:
branch: branch:
- master - master