[ARVADOS-WORKBENCH2] updated: cbe3767087f3bb4daa35d991b63a435da9324298

Git user git at public.curoverse.com
Tue May 29 09:56:50 EDT 2018


Summary of changes:
 Makefile  | 23 +++++++++++++++++++++++
 README.md |  2 ++
 2 files changed, 25 insertions(+)
 create mode 100644 Makefile

       via  cbe3767087f3bb4daa35d991b63a435da9324298 (commit)
      from  a92bb3822b537682ca621df3c05a458b9ae3420b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit cbe3767087f3bb4daa35d991b63a435da9324298
Author: Ward Vandewege <wvandewege at veritasgenetics.com>
Date:   Tue May 29 09:55:06 2018 -0400

    Add a Makefile with an initial test and build target.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege at veritasgenetics.com>

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..f2f61f7
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,23 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
+export WORKSPACE?=$(shell pwd)
+help:
+	@echo >&2
+	@echo >&2 "There is no default make target here.  Did you mean 'make test'?"
+	@echo >&2
+	@echo >&2 "More info:"
+	@echo >&2 "  Installing              --> http://doc.arvados.org/install"
+	@echo >&2 "  Developing/contributing --> https://dev.arvados.org"
+	@echo >&2 "  Project home            --> https://arvados.org"
+	@echo >&2
+	@false
+
+test:
+	@yarn install
+	@yarn test	--no-watchAll
+
+build:
+	@yarn install
+	@yarn build
diff --git a/README.md b/README.md
index bfeb167..4cfe384 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,9 @@ Install [redux-devtools-extension](https://chrome.google.com/webstore/detail/red
 <code>yarn start</code>
 
 ##### Run tests
+<code>yarn install</code>
 <code>yarn test</code>
 
 ##### Production build
+<code>yarn install</code>
 <code>yarn build</code>

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list