add ant buid

This commit is contained in:
Gamonoid
2016-11-25 14:05:58 +01:00
parent 4c3f27914b
commit b1bfd2f39d

View File

@@ -1,7 +1,7 @@
services:
- mysql
before_script:
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('password') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('dev') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
install:
- ant buildlocal
language: php