Project

General

Profile

Revision a68b0db7

IDa68b0db72e28e0fd020875eed620a12848834535
Parent 945f4815
Child fa5253c9

Added by Francois POIROTTE over 6 years ago

Ajout cibles tests et apidoc pour la CI

Change-Id: Ia3b1106c64fb92d25818e72adf6e757b99503b60

View differences:

Makefile
33 33

  
34 34
clean: clean_common
35 35

  
36
doc: sphinxdoc
37

  
38 36
serve:
39 37
	$(php) -S 0.0.0.0:8080 -t src
40 38

  
......
71 69
		echo -n "$$lang : " && msgfmt --statistics -o "src/plugins/vigilo/locales/$$lang.mo" "src/plugins/vigilo/locales/$$lang.po"; \
72 70
	done
73 71

  
74
.PHONY: all install install_pkg clean man doc serve \
72
tests doc apidoc:
73

  
74
.PHONY: all install install_pkg install_base install_data install_permissions \
75
	clean man doc serve tests doc apidoc \
75 76
	i18n extract_messages update_catalog identity_catalog compile_catalog

Also available in: Unified diff