Update .drone.yml

This commit is contained in:
Xuan Sang LE 2021-01-27 18:04:38 +01:00 committed by GitHub
parent 7cd49d1bb3
commit 54054fc48a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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