Add make has depends
Some checks failed
the build failed

This commit is contained in:
2019-04-10 23:30:33 +02:00
parent c3fcce36c9
commit 0195e474d0

View File

@@ -2,5 +2,6 @@ pipeline:
build: build:
image: ubuntu image: ubuntu
commands: commands:
- apt-get install -y make
- make -C projects/rpi_domo/ - make -C projects/rpi_domo/
- make -C projects/rpi_domo/ buildroot.check-package - make -C projects/rpi_domo/ buildroot.check-package