travis no example
This commit is contained in:
parent
27e6511f35
commit
89059b0000
2 changed files with 2 additions and 2 deletions
|
|
@ -141,7 +141,7 @@ pkg-srpm: dist
|
||||||
example:
|
example:
|
||||||
(cd $@ && $(MAKE) $(MFLAGS) all)
|
(cd $@ && $(MAKE) $(MFLAGS) all)
|
||||||
|
|
||||||
test: example
|
test: #example
|
||||||
(cd $@ && $(MAKE) $(MFLAGS) all)
|
(cd $@ && $(MAKE) $(MFLAGS) all)
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ SHELL = /bin/sh
|
||||||
.PHONY: all clean distclean depend install uninstall
|
.PHONY: all clean distclean depend install uninstall
|
||||||
|
|
||||||
all:
|
all:
|
||||||
./test_choice.sh
|
./test_xml.sh
|
||||||
# ./all.sh
|
# ./all.sh
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue