mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Support build configuration allowing plato reports to run
This commit is contained in:
parent
32fafe02fa
commit
d48fbaa6b4
6
Makefile
6
Makefile
@ -250,9 +250,13 @@ test_coverage:
|
||||
coverage_html:
|
||||
coverage html
|
||||
|
||||
ui_analysis_report: node_modules Gruntfile.js
|
||||
ui_analysis_report: reports/ui_code node_modules Gruntfile.js
|
||||
$(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
|
||||
test_ui: node_modules minjs_ci Gruntfile.js
|
||||
$(GRUNT) karma:ci
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user