Compare commits

...

1 Commits

Author SHA1 Message Date
Danila Fedorin d04440f532 test 2018-07-22 23:51:58 +00:00
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