You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/tests/CI/setupJenkinsEnvironment.sh

8 lines
251 B

#!/usr/bin/env bash
mkdir -p /srv/cache/externals /srv/cache/sounds /srv/cache/ccache || :
chown -R jenkins:users /srv/cache
chmod g+rw /srv/cache/ccache
chmod g+s /srv/cache/ccache
mkdir -p tests/CI/output || :
chown -R jenkins:users tests/CI/output