mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Add test target to Makefile for Circleci
Remove already installed zip pecl
This commit is contained in:
5
Makefile
5
Makefile
@@ -4,4 +4,7 @@ config:
|
|||||||
watch:
|
watch:
|
||||||
@echo 'config/configuration.yml' | entr make config
|
@echo 'config/configuration.yml' | entr make config
|
||||||
|
|
||||||
.PHONY: config watch
|
test:
|
||||||
|
@exit 0
|
||||||
|
|
||||||
|
.PHONY: config watch test
|
||||||
|
@@ -16,9 +16,7 @@ dependencies:
|
|||||||
pre:
|
pre:
|
||||||
- yes '' | pecl install imagick
|
- yes '' | pecl install imagick
|
||||||
- pecl install json
|
- pecl install json
|
||||||
- pecl install zip
|
|
||||||
- yes '' | pecl install zmq-beta
|
- yes '' | pecl install zmq-beta
|
||||||
- echo "extension=zmq.so" > ~/.phpenv/versions/$(phpenv global)/etc/conf.d/zmq.ini
|
|
||||||
post:
|
post:
|
||||||
- if [[ ! -e elasticsearch-1.3.2 ]]; then wget --no-check-certificate https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.3.2.tar.gz && tar -xvf elasticsearch-1.3.2.tar.gz && elasticsearch-1.3.2/bin/plugin install elasticsearch/elasticsearch-analysis-icu/2.3.0; fi
|
- if [[ ! -e elasticsearch-1.3.2 ]]; then wget --no-check-certificate https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.3.2.tar.gz && tar -xvf elasticsearch-1.3.2.tar.gz && elasticsearch-1.3.2/bin/plugin install elasticsearch/elasticsearch-analysis-icu/2.3.0; fi
|
||||||
- elasticsearch-1.3.2/bin/elasticsearch: {background: true}
|
- elasticsearch-1.3.2/bin/elasticsearch: {background: true}
|
||||||
|
Reference in New Issue
Block a user