CI: Initial commit for moving CI into source repo
Create tests/CI directory and add files used by Jenkins to build and test Asterisk. With this commit, Jenkins will run the Asterisk Unit Tests using the Jenkinsfile at tests/CI/unittests.jenkinsfile. Bash scripts to do the actual building and testing are also in the same directory. Output is placed in tests/CI/output so that directory has been added to .gitignore. Change-Id: I9448065465e6de2b878634510ace8fd1ef378608
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- tests/CI/buildAsterisk.sh 103 additions, 0 deletionstests/CI/buildAsterisk.sh
- tests/CI/ci.functions 26 additions, 0 deletionstests/CI/ci.functions
- tests/CI/installAsterisk.sh 23 additions, 0 deletionstests/CI/installAsterisk.sh
- tests/CI/runTestsuite.sh 22 additions, 0 deletionstests/CI/runTestsuite.sh
- tests/CI/runUnittests.sh 69 additions, 0 deletionstests/CI/runUnittests.sh
- tests/CI/setupEnvironment.sh 13 additions, 0 deletionstests/CI/setupEnvironment.sh
- tests/CI/unittests.jenkinsfile 170 additions, 0 deletionstests/CI/unittests.jenkinsfile
tests/CI/buildAsterisk.sh
0 → 100755
tests/CI/ci.functions
0 → 100644
tests/CI/installAsterisk.sh
0 → 100755
tests/CI/runTestsuite.sh
0 → 100755
tests/CI/runUnittests.sh
0 → 100755
tests/CI/setupEnvironment.sh
0 → 100755
tests/CI/unittests.jenkinsfile
0 → 100644
Please register or sign in to comment