pipeline test #3

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2017-06-25 16:00:11 +00:00
parent 2b924f44ca
commit fa22eb9a6d

View File

@ -17,5 +17,10 @@ pipelines:
bbpl:
- step:
script:
- service mysql start
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-database=mariadb --enable-tcpwrappers
- make clean all
- make clean all install
- echo "create database piler character set 'utf8mb4'" | mysql -u root -pabcde123
- echo "grant all privileges on piler.* to piler@localhost identified by 'verystrongpassword'" | mysql -u root -pabcde123
- echo "flush privileges" | mysql -u root -pabcde123
- mysql -u piler -pverystrongpassword piler < /usr/share/piler/db-mysql.sql