[asterisk-scf-commits] asterisk-scf/release/bamboo.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Wed Oct 5 14:11:44 CDT 2011
branch "master" has been updated
via a8ca8a0f609714c4ec14b46b1b7babd689e4dbac (commit)
from 607fe41466a01fe819a8b710511ea48f04895202 (commit)
Summary of changes:
bin/tests.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit a8ca8a0f609714c4ec14b46b1b7babd689e4dbac
Author: Darren Sessions <dsessions at digium.com>
Date: Wed Oct 5 14:11:39 2011 -0500
Added libresample in the Windows section of the automated Bamboo build script to fix build issues associated with recently merged code and missing deps.
diff --git a/bin/tests.py b/bin/tests.py
index f0124f6..173a6e0 100644
--- a/bin/tests.py
+++ b/bin/tests.py
@@ -132,6 +132,8 @@ class test_asterisk_scf:
system_call(["%s" % self._msbuild_path, "pjmedia_audiodev.vcxproj"])
os.chdir("../../third_party/build/srtp")
system_call(["%s" % self._msbuild_path, "libsrtp.vcxproj"])
+ os.chdir("../resample")
+ system_call(["%s" % self._msbuild_path, "libresample_dll.vcxproj"])
os.chdir("../../../pjnath/build")
system_call(["%s" % self._msbuild_path, "pjnath.vcxproj"])
os.chdir("../../pjsip/build")
-----------------------------------------------------------------------
--
asterisk-scf/release/bamboo.git
More information about the asterisk-scf-commits
mailing list