Update .drone.yml

This commit is contained in:
Xuan Sang LE 2021-01-27 18:08:25 +01:00 committed by GitHub
parent 1791e581df
commit e6d2305a38
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
- npm install @types/jquery jest @types/jest ts-jest
- cd ./antos && make test
- BUILDDIR=/opt/cloud/cuser/os cd ./antos && make release
- DOCDIR=/opt/cloud/cuser/os/doc cd ./antos && make doc