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

which bundle || /usr/bin/apt install bundle
/usr/local/bin/bundle install --binstubs --path=vendor --with=test --jobs "$(nproc)"