summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-20 22:49:36 -0600
committermo khan <mo.khan@gmail.com>2020-04-20 22:49:36 -0600
commit690819209575c28b1d54ac710322dce3356fc1ab (patch)
treec5114195c98f99e3a363567fb4ea438d32d7d983 /bin
parentfd31a57b1f4fa38499e50112d368becb3c7aaecc (diff)
Make tests runnable
Diffstat (limited to 'bin')
-rw-r--r--bin/bootstrap4
-rwxr-xr-xbin/setup2
2 files changed, 5 insertions, 1 deletions
diff --git a/bin/bootstrap b/bin/bootstrap
new file mode 100644
index 0000000..4d04d7d
--- /dev/null
+++ b/bin/bootstrap
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+apt-get update -q
+apt-get install build-essential
diff --git a/bin/setup b/bin/setup
index dce67d8..d1c17fc 100755
--- a/bin/setup
+++ b/bin/setup
@@ -3,6 +3,6 @@ set -euo pipefail
IFS=$'\n\t'
set -vx
-bundle install
+bundle install --quiet
# Do any other automated setup that you need to do here