master/devel split in csources is gone
This commit is contained in:
parent
a05e787132
commit
554ce29e33
|
@ -28,7 +28,7 @@ install:
|
||||||
if [ ! -x nim-$BRANCH/bin/nim ]; then
|
if [ ! -x nim-$BRANCH/bin/nim ]; then
|
||||||
git clone -b $BRANCH --depth 1 git://github.com/nim-lang/nim nim-$BRANCH/
|
git clone -b $BRANCH --depth 1 git://github.com/nim-lang/nim nim-$BRANCH/
|
||||||
cd nim-$BRANCH
|
cd nim-$BRANCH
|
||||||
git clone -b $BRANCH --depth 1 git://github.com/nim-lang/csources csources/
|
git clone --depth 1 git://github.com/nim-lang/csources csources/
|
||||||
cd csources
|
cd csources
|
||||||
sh build.sh
|
sh build.sh
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Reference in New Issue