summaryrefslogtreecommitdiff
path: root/bin/setup
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-12 10:49:48 -0600
committermo khan <mo.khan@gmail.com>2020-05-12 10:49:48 -0600
commite5b60f31deeb6c1dd1ddf773ddd743f5fdf6f696 (patch)
tree60fc738e54447c0b9573d4173401db721751640b /bin/setup
parentf9eb937bc7a170c861df90b6ec7d5b0a1657a678 (diff)
Compile before pulling latest git repo
Diffstat (limited to 'bin/setup')
-rwxr-xr-xbin/setup1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/setup b/bin/setup
index 3fe8847..6a04d6c 100755
--- a/bin/setup
+++ b/bin/setup
@@ -6,4 +6,5 @@ ruby -v
gem install bundler --conservative -v '~> 2.0'
git submodule update --init
bundle check || bundle install --jobs "$(sysctl -n hw.ncpu || nproc)"
+bin/compile
ruby -Ilib ./exe/spandx pull