antos-frontend/.drone.yml
2021-01-27 17:59:07 +01:00

24 lines
382 B
YAML

---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: arm64
clone:
disable: true
steps:
- name: clone
commands:
- git clone git@iohub.dev:lxsang/antos.git
- git checkout master
- name: build
commands:
- make test
- BUILDDIR=/opt/cloud/cuser/os make release
- DOCDIR=/opt/cloud/cuser/os/doc make doc
- make install
trigger:
branch:
- master