httpx/test/support/ci/build.sh
2018-02-19 22:48:27 +00:00

12 lines
257 B
Bash
Executable File

#!/bin/sh
apk update && apk upgrade
apk add --no-cache g++ make git bash
cd /home && touch Gemfile.lock && \
rm Gemfile.lock && \
bundle install && \
bundle exec rake test:ci && \
cd www && bundle install && \
bundle exec jekyll build -d public