--- kind: pipeline type: exec name: default platform: os: linux arch: amd64 clone: disable: true steps: - name: clone commands: - pwd - git clone ssh://git@iohub.dev/lxsang/ant-http.git - cd ./ant-http && git checkout master - name: build commands: - cd ./ant-http - libtoolize - aclocal - autoconf - automake --add-missing - ./configure --prefix=/usr - make - DESTDIR=/opt/cloud/artifacts make install trigger: branch: - master