File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 25
25
- OS=debian DIST=stretch PACK=deb
26
26
- PACK=none
27
27
28
+ before_script :
29
+ - mysql -e "CREATE USER 'tarantool'@'localhost' IDENTIFIED BY 'tarantool';" -u root
30
+ - mysql -e "CREATE DATABASE tarantool;" -u root
31
+ - mysql -e "GRANT ALL PRIVILEGES ON *.* TO 'tarantool'@'localhost' WITH GRANT OPTION;" -u root
32
+ - export MYSQL='127.0.0.1:3306:tarantool:tarantool:tarantool'
33
+
28
34
script :
29
35
- git clone https://github.com/tarantool/build.git
30
36
- ./build/pack/travis.sh
Original file line number Diff line number Diff line change @@ -8,11 +8,6 @@ sudo apt-get update > /dev/null
8
8
sudo apt-get -q -y install tarantool tarantool-dev
9
9
sudo apt-get -q -y install libmysqlclient-dev
10
10
11
- mysql -e " CREATE USER 'tarantool'@'localhost' IDENTIFIED BY 'tarantool';" -u root
12
- mysql -e " CREATE DATABASE tarantool;" -u root
13
- mysql -e " GRANT ALL PRIVILEGES ON *.* TO 'tarantool'@'localhost' WITH GRANT OPTION;" -u root
14
- export MYSQL=' 127.0.0.1:3306:tarantool:tarantool:tarantool'
15
-
16
11
cmake . -DCMAKE_BUILD_TYPE=RelWithDebugInfo
17
12
make
18
13
make test
You can’t perform that action at this time.
0 commit comments