forked from github/server
cmake init after pull
This commit is contained in:
parent
a012f051f1
commit
f53b1f50ae
|
@ -22,11 +22,12 @@ exit $2 # otherwise
|
||||||
function build() {
|
function build() {
|
||||||
assert_dir $SOURCE
|
assert_dir $SOURCE
|
||||||
cd $SOURCE
|
cd $SOURCE
|
||||||
rm -rf crypto tolua
|
rm -rf tolua
|
||||||
git fetch || abort "failed to update source. do you have local changes?"
|
git fetch || abort "failed to update source. do you have local changes?"
|
||||||
[ -z $1 ] || git checkout $1
|
[ -z $1 ] || git checkout $1
|
||||||
git pull -q
|
git pull -q
|
||||||
git submodule update
|
git submodule update
|
||||||
|
s/cmake-init
|
||||||
s/build > /dev/null || abort "build failed."
|
s/build > /dev/null || abort "build failed."
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue