antos-frontend/.drone.yml
2021-01-27 18:19:27 +01:00

25 lines
459 B
YAML

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