Files
domo-iot/.drone.yml
NADAL Jean-Baptiste dcaa619144
Some checks failed
continuous-integration/drone/push Build is failing
Update build process.
2020-01-06 16:15:09 +01:00

27 lines
658 B
YAML

kind: pipeline
type: docker
name: default
clone:
disable: true
steps:
- name: fetch
image: registry.nadal-fr.com/buildroot_dev
commands:
- git clone ssh://git@git.nadal-fr.com:222/domo/domo-iot.git
- git clone ssh://git@git.nadal-fr.com:222/domo/qlibc.git
- git clone ssh://git@git.nadal-fr.com:222/domo/libevent.git
- git clone ssh://git@git.nadal-fr.com:222/domo/nats.c.git
- git clone ssh://git@git.nadal-fr.com:222/domo/json-c.git
- name: build
image: registry.nadal-fr.com/buildroot_dev
commands:
- mkdir -p domo-iot/build
- cd domo-iot/build && cmake ..
- cd domo-iot/build && make
image_pull_secrets:
- dockerconfigjson