File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -7,32 +7,6 @@ services:
7
7
env :
8
8
MYSQL_ROOT_PASSWORD : root
9
9
- id : integernet/solr_ci:1.8.0
10
- build-2.1 :
11
- box : meanbee/magento2-php:7.0-cli # Magento 2.1 is not compatible to PHP 7.1
12
- steps :
13
- - install-packages :
14
- packages : git zip mysql-client libmcrypt-dev libfreetype6-dev libjpeg62-turbo-dev libmcrypt-dev netcat-openbsd
15
- - add-ssh-key :
16
- keyname : GITHUB_DEPLOY
17
- host : github.com
18
- - add-to-known_hosts :
19
- hostname : github.com
20
- fingerprint : 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48
21
- type : rsa
22
- - script :
23
- name : " Wait for MySQL connection"
24
- code : |
25
- while ! nc -q 1 $MYSQL_CI_PORT_3306_TCP_ADDR $MYSQL_CI_PORT_3306_TCP_PORT </dev/null; do echo -n . && sleep 3; done
26
- - script :
27
- name : set up test system
28
- code : build/install-magento.sh 2.1.17
29
- - script :
30
- name : run unit tests
31
- cwd : /var/www/magento/vendor/integer-net/solr-magento2
32
- code : php ../../phpunit/phpunit/phpunit
33
- - script :
34
- name : run integration tests
35
- code : build/integration-tests.sh
36
10
build-2.2 :
37
11
steps :
38
12
- install-packages :
You can’t perform that action at this time.
0 commit comments