Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
0db5de7e
Commit
0db5de7e
authored
Jul 19, 2013
by
Gleb Pinigin
Browse files
build script: change directory before creating local branches
parent
be63e18e
Changes
1
Hide whitespace changes
Inline
Side-by-side
buildAspenProject.sh
View file @
0db5de7e
...
...
@@ -130,11 +130,15 @@ cd ..
fi
if
!
[
-e
MediaLibraryKit
]
;
then
git clone git://git.videolan.org/MediaLibraryKit.git
cd
MediaLibraryKit
git checkout
-B
localAspenBranch
${
TESTEDMEDIALIBRARYKITHASH
}
cd
..
fi
if
!
[
-e
VLCKit
]
;
then
git clone git://git.videolan.org/vlc-bindings/VLCKit.git
cd
VLCKit
git checkout
-B
localAspenBranch
${
TESTEDVLCKITHASH
}
cd
..
fi
if
!
[
-e
OBSlider
]
;
then
git clone git://github.com/ole/OBSlider.git
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment