Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt travis ci build #169

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions ios/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ function clone() {
function sync() {
pull_depot_tools
cd $WEBRTC

if [ -z $1 ]
then
gclient sync
Expand Down
5 changes: 3 additions & 2 deletions ios/dance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down