forked from github/server
do not update submodules before each build.
add tolua to .gitignore, it's not a proper submodule.
This commit is contained in:
parent
f5419a7f45
commit
3ff5a3155e
2 changed files with 41 additions and 42 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
tolua/
|
||||
.vscode/
|
||||
*.orig
|
||||
eressea.ini
|
||||
|
|
2
s/build
2
s/build
|
@ -33,8 +33,6 @@ if [ ! -d $ROOT/$BUILD ]; then
|
|||
exit
|
||||
fi
|
||||
|
||||
git submodule update
|
||||
|
||||
echo "build eressea"
|
||||
cd $ROOT/$BUILD
|
||||
VERSION=$(git describe --match 'v*.*.*' --tags | sed 's/^v//')
|
||||
|
|
Loading…
Add table
Reference in a new issue