mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-02-21 17:32:47 +01:00
drone deploy for next-1.2.0
This commit is contained in:
parent
20840d09b0
commit
330028c185
16
.drone.yml
16
.drone.yml
@ -8,19 +8,13 @@ platform:
|
|||||||
clone:
|
clone:
|
||||||
disable: true
|
disable: true
|
||||||
steps:
|
steps:
|
||||||
- name: clone
|
- name: download
|
||||||
commands:
|
commands:
|
||||||
- pwd
|
- cd /opt/www/htdocs/os && wget https://github.com/lxsang/antos/raw/next-1.2.0/release/antos-1.2.0.tar.gz
|
||||||
- git clone git@iohub.dev:lxsang/antos.git
|
|
||||||
- cd ./antos && git checkout master
|
|
||||||
- name: build
|
- name: build
|
||||||
commands:
|
commands:
|
||||||
- cd ./antos
|
- cd cd /opt/www/htdocs/os && tar xvzf antos-1.2.0.tar.gz
|
||||||
- npm link typescript jest @types/jest ts-jest typedoc
|
- rm /opt/www/htdocs/os/antos-1.2.0.tar.gz
|
||||||
- npm link @types/jquery
|
|
||||||
#- make test
|
|
||||||
- BUILDDIR=//opt/www/htdocs/os make release
|
|
||||||
# - DOCDIR=/opt/cloud/cuser/os/doc make doc
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- next-1.2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user