mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
CI: Add Asterisk Gates
Change-Id: I7e2467f9120812551238d8005deb97f965279205
This commit is contained in:
7
tests/CI/setupJenkinsEnvironment.sh
Executable file
7
tests/CI/setupJenkinsEnvironment.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/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
|
Reference in New Issue
Block a user