mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-02-22 09:52:47 +01:00
Update .drone.yml
This commit is contained in:
parent
1c8ab443e3
commit
cdec805b07
@ -15,10 +15,11 @@ steps:
|
|||||||
- cd ./antos && git checkout master
|
- cd ./antos && git checkout master
|
||||||
- name: build
|
- name: build
|
||||||
commands:
|
commands:
|
||||||
- cd ./antos && npm install --save-dev jest @types/jest ts-jest @types/jquery typescript
|
- cd ./antos
|
||||||
- cd ./antos && make test
|
- npm link typescript jest @types/jest ts-jest @types/jquery
|
||||||
- BUILDDIR=/opt/cloud/cuser/os cd ./antos && make release
|
- make test
|
||||||
- DOCDIR=/opt/cloud/cuser/os/doc cd ./antos && make doc
|
- BUILDDIR=/opt/cloud/cuser/os make release
|
||||||
|
- DOCDIR=/opt/cloud/cuser/os/doc make doc
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user