forked from gulliver/rtfm
WIP: Enable Automatic build by Drone CI #7
20
.drone.yml
20
.drone.yml
@ -7,6 +7,13 @@ platform:
|
|||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: submodules
|
||||||
|
image: ubuntu:focal
|
||||||
|
commands:
|
||||||
|
- apt-get -y update
|
||||||
|
- apt-get -y install git
|
||||||
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
- name: build-and-test
|
- name: build-and-test
|
||||||
image: ubuntu:focal
|
image: ubuntu:focal
|
||||||
|
|
||||||
@ -33,14 +40,15 @@ platform:
|
|||||||
arch: amd64
|
arch: amd64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: submodules
|
||||||
|
image: ubuntu:focal
|
||||||
|
commands:
|
||||||
|
- apt-get -y update
|
||||||
|
- apt-get -y install git
|
||||||
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
- name: build-and-test
|
- name: build-and-test
|
||||||
image: ubuntu:focal
|
image: ubuntu:focal
|
||||||
environment:
|
|
||||||
GH_REPO_TOKEN:
|
|
||||||
from_secret: repo_token
|
|
||||||
GH_REPO_NAME: crow
|
|
||||||
GH_REPO_REF: github.com/crowcpp/crow.git
|
|
||||||
THEME_REPO_REF: github.com/crowcpp/darxygen.git
|
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
- export DEBIAN_FRONTEND=noninteractive
|
- export DEBIAN_FRONTEND=noninteractive
|
||||||
|
Reference in New Issue
Block a user