Explorar el Código

build script: change directory before creating local branches

Gleb Pinigin hace 12 años
padre
commit
0db5de7e39
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      buildAspenProject.sh

+ 4 - 0
buildAspenProject.sh

@@ -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