drone deploy for next-1.2.0

This commit is contained in:
lxsang 2021-03-30 17:00:54 +02:00
parent 20840d09b0
commit 330028c185

View File

@ -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