Update .drone.yml

This commit is contained in:
Xuan Sang LE 2021-01-27 18:31:33 +01:00 committed by GitHub
parent cdec805b07
commit 70ef8895f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,8 @@ steps:
- name: build
commands:
- cd ./antos
- npm link typescript jest @types/jest ts-jest @types/jquery
- make test
- npm link typescript jest @types/jest ts-jest @types/jquery typedoc
#- make test
- BUILDDIR=/opt/cloud/cuser/os make release
- DOCDIR=/opt/cloud/cuser/os/doc make doc
trigger: