Update .drone.yml

This commit is contained in:
Xuan Sang LE 2021-01-27 18:06:34 +01:00 committed by GitHub
parent 54054fc48a
commit 1791e581df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ steps:
- 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