mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 11:57:37 -02:30
Support build configuration allowing plato reports to run
This commit is contained in:
6
Makefile
6
Makefile
@@ -250,9 +250,13 @@ test_coverage:
|
|||||||
coverage_html:
|
coverage_html:
|
||||||
coverage html
|
coverage html
|
||||||
|
|
||||||
ui_analysis_report: node_modules Gruntfile.js
|
ui_analysis_report: reports/ui_code node_modules Gruntfile.js
|
||||||
$(GRUNT) plato:report
|
$(GRUNT) plato:report
|
||||||
|
|
||||||
|
reports/ui_code: node_modules clean-ui Brocfile.js bower.json Gruntfile.js
|
||||||
|
rm -rf reports/ui_code
|
||||||
|
$(BROCCOLI) build reports/ui_code -- --no-concat --no-tests --no-styles
|
||||||
|
|
||||||
# Run UI unit tests
|
# Run UI unit tests
|
||||||
test_ui: node_modules minjs_ci Gruntfile.js
|
test_ui: node_modules minjs_ci Gruntfile.js
|
||||||
$(GRUNT) karma:ci
|
$(GRUNT) karma:ci
|
||||||
|
|||||||
Reference in New Issue
Block a user