]> git.ipfire.org Git - thirdparty/asterisk.git/commit
CI: Initial commit for moving CI into source repo
authorGeorge Joseph <gjoseph@digium.com>
Wed, 11 Jul 2018 11:14:49 +0000 (05:14 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Thu, 12 Jul 2018 21:54:45 +0000 (15:54 -0600)
commit5dffbe11abc4e488c9ebb8822b9d169d8a2a45b2
tree24f0bc8f288dd8409c8e133280dc4d8f948e9510
parent8273b8cbf3d55afcc593a8757edd269c454f0204
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
.gitignore
tests/CI/buildAsterisk.sh [new file with mode: 0755]
tests/CI/ci.functions [new file with mode: 0644]
tests/CI/installAsterisk.sh [new file with mode: 0755]
tests/CI/runTestsuite.sh [new file with mode: 0755]
tests/CI/runUnittests.sh [new file with mode: 0755]
tests/CI/setupEnvironment.sh [new file with mode: 0755]
tests/CI/unittests.jenkinsfile [new file with mode: 0644]