travis build example
This commit is contained in:
parent
30f322648d
commit
27e6511f35
2 changed files with 7 additions and 3 deletions
|
|
@ -54,7 +54,7 @@ SHELL = /bin/sh
|
|||
|
||||
SUBDIRS = lib apps include etc datastore util yang
|
||||
|
||||
.PHONY: doc all clean depend $(SUBDIRS) install loc TAGS .config.status docker test
|
||||
.PHONY: doc example all clean depend $(SUBDIRS) install loc TAGS .config.status docker test
|
||||
|
||||
all: $(SUBDIRS)
|
||||
|
||||
|
|
@ -138,7 +138,10 @@ pkg-rpm: dist
|
|||
pkg-srpm: dist
|
||||
make -C extras/rpm srpm
|
||||
|
||||
test: install-include
|
||||
example:
|
||||
(cd $@ && $(MAKE) $(MFLAGS) all)
|
||||
|
||||
test: example
|
||||
(cd $@ && $(MAKE) $(MFLAGS) all)
|
||||
|
||||
docker:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue