Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC-iOS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
311
Issues
311
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
VLC-iOS
Commits
0db5de7e
Commit
0db5de7e
authored
Jul 19, 2013
by
Gleb Pinigin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build script: change directory before creating local branches
parent
be63e18e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
buildAspenProject.sh
buildAspenProject.sh
+4
-0
No files found.
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