summaryrefslogtreecommitdiff
path: root/.expeditor/buildkite/run_linux_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to '.expeditor/buildkite/run_linux_tests.sh')
-rwxr-xr-x.expeditor/buildkite/run_linux_tests.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/.expeditor/buildkite/run_linux_tests.sh b/.expeditor/buildkite/run_linux_tests.sh
new file mode 100755
index 0000000..3774734
--- /dev/null
+++ b/.expeditor/buildkite/run_linux_tests.sh
@@ -0,0 +1,14 @@
+#!/bin/sh
+#
+
+set -evx
+
+echo "---Bundle install---"
+ruby --version
+bundle --version
+gem update --system
+bundle install --without development_extras --jobs 3 --retry 3 --path vendor/bundle
+gem install yajl-ruby json psych
+
+echo "---Bundle Exec---"
+bundle exec rake \ No newline at end of file