docker base and system images, and trigger docker test from travis.
This commit is contained in:
parent
84d2efdedc
commit
dc173e0b4c
14 changed files with 72 additions and 54 deletions
|
|
@ -141,8 +141,10 @@ pkg-srpm: dist
|
|||
example:
|
||||
(cd $@ && $(MAKE) $(MFLAGS) all)
|
||||
|
||||
test: #example
|
||||
(cd $@ && $(MAKE) $(MFLAGS) all)
|
||||
# Run a clixon test container.
|
||||
# Alt: cd test; ./all.sh
|
||||
test:
|
||||
(cd docker/system && $(MAKE) $(MFLAGS) test)
|
||||
|
||||
docker:
|
||||
for i in docker; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue