diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..798d721 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +language: objective-c +before_install: sudo mkdir /b && sudo chmod 777 /b +script: source ./ios/build.sh && WEBRTC_DEBUG=true && update2Revision && build_webrtc \ No newline at end of file diff --git a/ios/build.sh b/ios/build.sh index ccb209e..1adde8a 100755 --- a/ios/build.sh +++ b/ios/build.sh @@ -138,6 +138,7 @@ function clone() { function sync() { pull_depot_tools cd $WEBRTC + if [ -z $1 ] then gclient sync diff --git a/ios/dance.sh b/ios/dance.sh index 0efd7dc..01051aa 100644 --- a/ios/dance.sh +++ b/ios/dance.sh @@ -15,8 +15,9 @@ PROJECT_DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )" source "$PROJECT_DIR/build.sh" -# I am unable to update past 6938. I will update a fix soon. -update2Revision 6937 +WEBRTC_DEBUG=true + +update2Revision build_webrtc echo "Finished Dancing!"