Update .drone.yml

This commit is contained in:
Xuan Sang LE 2021-01-27 18:22:22 +01:00 committed by GitHub
parent 7a5f15fd03
commit 1c8ab443e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ steps:
- cd ./antos && git checkout master
- name: build
commands:
- npm install @types/jquery
- cd ./antos && npm install --save-dev jest @types/jest ts-jest @types/jquery typescript
- cd ./antos && make test
- BUILDDIR=/opt/cloud/cuser/os cd ./antos && make release
- DOCDIR=/opt/cloud/cuser/os/doc cd ./antos && make doc