Skip to content

Commit

Permalink
[FAB-9542] Add basic-checks target
Browse files Browse the repository at this point in the history
The latest CI invokes a basic-checks target
which prior to this change did not exist in
the release-1.0 branch

Change-Id: I22519104cf7f474fc21be5227f7481f174d08429
Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
  • Loading branch information
mastersingh24 committed Apr 29, 2018
1 parent e3bf09b commit 1575ea6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
# - clean-all - superset of 'clean' that also removes persistent state
# - dist-clean - clean release packages for all target platforms
# - unit-test-clean - cleans unit test state (particularly from docker)
# - basic-checks - performs basic checks like license, spelling and linter

PROJECT_NAME = hyperledger/fabric
BASE_VERSION = 1.0.7
Expand Down Expand Up @@ -100,6 +101,8 @@ all: native docker checks

checks: license spelling linter unit-test behave

basic-checks: license spelling linter

desk-check: license spelling linter verify behave

.PHONY: spelling
Expand Down

0 comments on commit 1575ea6

Please sign in to comment.