Skip to content

Commit

Permalink
QA builds require dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed May 9, 2017
1 parent f95c0f8 commit ebaf2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ clean-dist:
#
# Build qa distribution
#
$(dist_dir)/qa/owncloud: $(composer_deps) $(core_vendor) $(core_all_src) $(core_test_dirs)
$(dist_dir)/qa/owncloud: $(composer_dev_deps) $(core_vendor) $(core_all_src) $(core_test_dirs)
rm -Rf $@; mkdir -p $@/config
cp -R $(core_all_src) $@
cp -R $(core_test_dirs) $@
Expand Down

0 comments on commit ebaf2d4

Please sign in to comment.