summaryrefslogtreecommitdiff
path: root/tests/platform-ci/setup.sh
blob: e676ca37af4bead3dbd8ca353ad85524217fd942 (plain)
1
2
3
4
#!/bin/sh

which bundle || apt install bundle
bundle install --binstubs --path=vendor --with=test --jobs $(nproc)