Changes have been pushed for the repository "fawkesrobotics/fawkes".

Clone:  https://github.com/fawkesrobotics/fawkes.git
Gitweb: https://github.com/fawkesrobotics/fawkes

The branch, timn/webview-fix-cx has been updated
        to  c2dc5187f4c6dbd518f2280743347abab75fe778 (commit)
      from  1c7ec814d91fb5d47ec2b7257c27902309b1f956 (commit)

https://github.com/fawkesrobotics/fawkes/tree/timn/webview-fix-cx

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.

- *Log* ---------------------------------------------------------------
commit c2dc5187f4c6dbd518f2280743347abab75fe778
Author:     Tim Niemueller <niemuel...@kbsg.rwth-aachen.de>
AuthorDate: Wed Feb 6 23:17:14 2019 +0100
Commit:     Tim Niemueller <niemuel...@kbsg.rwth-aachen.de>
CommitDate: Wed Feb 6 23:17:14 2019 +0100

    buildkite: use npm ci to speedup webview frontend builds
    
    The npm ci command is intended exactly for our use case, automated build
    environments, cf. https://docs.npmjs.com/cli/ci.html.

https://github.com/fawkesrobotics/fawkes/commit/c2dc5187f

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


- *Summary* -----------------------------------------------------------
 .buildkite/build-webview-frontend | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)


- *Diffs* -------------------------------------------------------------

- *commit* c2dc5187f4c6dbd518f2280743347abab75fe778 - - - - - - - - - -
Author:  Tim Niemueller <niemuel...@kbsg.rwth-aachen.de>
Date:    Wed Feb 6 23:17:14 2019 +0100
Subject: buildkite: use npm ci to speedup webview frontend builds

 .buildkite/build-webview-frontend | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

_Diff for modified files_:
diff --git a/.buildkite/build-webview-frontend 
b/.buildkite/build-webview-frontend
index 024b71529..2f6977a0e 100755
--- a/.buildkite/build-webview-frontend
+++ b/.buildkite/build-webview-frontend
@@ -31,6 +31,11 @@ echo 'prefix = ~/.npm' > ~/.npmrc
 npm install --global @angular/cli
 export PATH=$PATH:$HOME/.npm/bin
 
-# Build webview frontend (also calls npm install)
 cd src/plugins/webview/frontend
+
+# Install deps with faster CI sub-command
+npm ci
+
+# Build frontend
 make NG_BUILD_FLAGS="--source-map=false"
+



_______________________________________________
fawkes-commits mailing list
fawkes-commits@lists.kbsg.rwth-aachen.de
https://lists.kbsg.rwth-aachen.de/listinfo/fawkes-commits

Reply via email to