mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 14:08:22 +01:00
Create .drone.yml
This commit is contained in:
parent
08c3fd8ffb
commit
7bedac9f98
23
.drone.yml
Normal file
23
.drone.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user