mirror of
https://github.com/lxsang/ant-http
synced 2024-11-16 00:28:21 +01:00
20 lines
249 B
YAML
20 lines
249 B
YAML
|
---
|
||
|
kind: pipeline
|
||
|
type: exec
|
||
|
name: default
|
||
|
platform:
|
||
|
os: linux
|
||
|
arch: arm64
|
||
|
steps:
|
||
|
- name: build
|
||
|
commands:
|
||
|
- libtoolize
|
||
|
- aclocal
|
||
|
- autoconf
|
||
|
- automake --add-missing
|
||
|
- ./configure --prefix=/usr
|
||
|
- make
|
||
|
trigger:
|
||
|
branch:
|
||
|
- master
|