summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-11-19 14:30:47 -0700
committermo khan <mo.khan@gmail.com>2020-11-19 14:30:47 -0700
commit3d2bb97f076ffc814567535fb9f6197212f2626d (patch)
treef0c2680fce3fea57b17e9258a483ad4e1503f555 /bin
parentf2f4586d1e91ef55fddfbf74fd227ef7c0f685c8 (diff)
chore: add logging in setup
Diffstat (limited to 'bin')
-rwxr-xr-xbin/setup6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/setup b/bin/setup
index 4045878..4abd0f9 100755
--- a/bin/setup
+++ b/bin/setup
@@ -5,6 +5,10 @@ IFS=$'\n\t'
ruby -v
gem install bundler --conservative -v '~> 2.0'
git submodule update --init
-bundle check || bundle install --jobs "$(sysctl -n hw.ncpu || nproc)"
+bundle install
+
+echo ["$(date "+%H:%M:%S")"] "==> Compiling…"
bin/compile
+
+echo ["$(date "+%H:%M:%S")"] "==> Pull cache…"
bin/run pull