update drone ci to fix build
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
NADAL Jean-Baptiste
2020-03-13 10:52:31 +01:00
parent 6c7e1315b0
commit 02b9f92f40

View File

@@ -11,10 +11,11 @@ steps:
commands: commands:
- git clone ssh://git@git.nadal-fr.com:222/domo/domo-iot.git - 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/qlibc.git
- git clone -b 'release-2.1.11-stable' --single-branch --depth 1 ssh://git@git.nadal-fr.com:222/domo/libevent.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/nats.c.git
- git clone ssh://git@git.nadal-fr.com:222/domo/json-c.git - git clone ssh://git@git.nadal-fr.com:222/domo/json-c.git
- patch -d nats.c -p1 < domo-iot/patches/nats.c.patch - patch -d nats.c -p1 < domo-iot/patches/nats.c.patch
- patch -d json-c -p1 < domo-iot/patches/json-c.patch
- name: build - name: build
image: registry.nadal-fr.com/buildroot_dev image: registry.nadal-fr.com/buildroot_dev