This commit is contained in:
Danila Fedorin 2018-07-22 23:51:58 +00:00
parent 56aeed97f6
commit d04440f532
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
echo "Starting up" >> /var/tmp/fuck.txt
echo $(pwd) >> /var/tmp/fuck.txt
git submodule update --init --recursive --remote
echo "Submodules update" >> /var/tmp/fuck.txt
cd external/liblex
mkdir -p build
cd build