mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-27 09:48:21 +01:00
Update .drone.yml
This commit is contained in:
parent
7cd49d1bb3
commit
54054fc48a
10
.drone.yml
10
.drone.yml
@ -10,14 +10,14 @@ clone:
|
|||||||
steps:
|
steps:
|
||||||
- name: clone
|
- name: clone
|
||||||
commands:
|
commands:
|
||||||
|
- pwd
|
||||||
- git clone git@iohub.dev:lxsang/antos.git
|
- git clone git@iohub.dev:lxsang/antos.git
|
||||||
- git checkout master
|
- cd ./antos && git checkout master
|
||||||
- name: build
|
- name: build
|
||||||
commands:
|
commands:
|
||||||
- make test
|
- cd ./antos && make test
|
||||||
- BUILDDIR=/opt/cloud/cuser/os make release
|
- BUILDDIR=/opt/cloud/cuser/os cd ./antos && make release
|
||||||
- DOCDIR=/opt/cloud/cuser/os/doc make doc
|
- DOCDIR=/opt/cloud/cuser/os/doc cd ./antos && make doc
|
||||||
- make install
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
Loading…
Reference in New Issue
Block a user