docker base and system images, and trigger docker test from travis.

This commit is contained in:
Olof Hagsand 2019-02-11 15:47:12 +01:00
parent 84d2efdedc
commit dc173e0b4c
14 changed files with 72 additions and 54 deletions

View file

@ -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; \