Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit 87d1d4f

Browse files
committed
Review fixes #5.
1 parent 4edc6b9 commit 87d1d4f

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

tools/ubuntu.trusty.test.sh

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,12 @@ echo "deb-src http://download.tarantool.org/tarantool/1.9/ubuntu/ ${release} mai
1919

2020
sudo apt-get update
2121
sudo apt-get -q -y install tarantool tarantool-dev
22-
sudo apt-get -q -y install msgpuck
23-
#cd ..
24-
#git clone https://github.com/rtsisyk/msgpuck
25-
#cd msgpuck
26-
#cmake .
27-
#sudo make install
28-
#cd ..
29-
#cd graphql
22+
cd ..
23+
git clone https://github.com/rtsisyk/msgpuck
24+
cd msgpuck
25+
cmake .
26+
sudo make install
27+
cd ../graphql
3028
git submodule update --recursive --init
3129
tarantoolctl rocks install lulpeg
3230
tarantoolctl rocks install lrexlib-pcre

0 commit comments

Comments
 (0)