Create .drone.yml

This commit is contained in:
Xuan Sang LE 2021-01-27 17:58:31 +01:00 committed by GitHub
parent 08c3fd8ffb
commit 7bedac9f98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
.drone.yml Normal file
View File

@ -0,0 +1,23 @@
---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: arm64
clone:
disable: true
steps:
- name: clone
commands:
- git 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