mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 13:24:07 +00:00
travis: run a single round of updates on the Monaco import
This commit is contained in:
@@ -35,5 +35,7 @@ script:
|
|||||||
- if [[ $TEST_SUITE == "monaco" ]]; then /usr/bin/env php ./utils/setup.php --osm-file ../data/monaco.osm.pbf --osm2pgsql-cache 1000 --all 2>&1 | grep -v 'ETA (seconds)'; fi
|
- if [[ $TEST_SUITE == "monaco" ]]; then /usr/bin/env php ./utils/setup.php --osm-file ../data/monaco.osm.pbf --osm2pgsql-cache 1000 --all 2>&1 | grep -v 'ETA (seconds)'; fi
|
||||||
- if [[ $TEST_SUITE == "monaco" ]]; then /usr/bin/env php ./utils/specialphrases.php --wiki-import | psql -d test_api_nominatim >/dev/null; fi
|
- if [[ $TEST_SUITE == "monaco" ]]; then /usr/bin/env php ./utils/specialphrases.php --wiki-import | psql -d test_api_nominatim >/dev/null; fi
|
||||||
- if [[ $TEST_SUITE == "monaco" ]]; then /usr/bin/env php ./utils/check_import_finished.php; fi
|
- if [[ $TEST_SUITE == "monaco" ]]; then /usr/bin/env php ./utils/check_import_finished.php; fi
|
||||||
|
- if [[ $TEST_SUITE == "monaco" ]]; then /usr/bin/env php ./utils/update.php --init-updates; fi
|
||||||
|
- if [[ $TEST_SUITE == "monaco" ]]; then /usr/bin/env php ./utils/update.php --import-osmosis; fi
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ sudo apt-get install -y -qq libboost-dev libboost-system-dev \
|
|||||||
|
|
||||||
sudo apt-get install -y -qq python3-dev python3-pip php-cgi
|
sudo apt-get install -y -qq python3-dev python3-pip php-cgi
|
||||||
|
|
||||||
pip3 install --quiet behave nose pytidylib psycopg2-binary
|
pip3 install --quiet behave nose pytidylib psycopg2-binary osmium
|
||||||
|
|
||||||
# https://github.com/squizlabs/PHP_CodeSniffer
|
# https://github.com/squizlabs/PHP_CodeSniffer
|
||||||
composer global require "squizlabs/php_codesniffer=*"
|
composer global require "squizlabs/php_codesniffer=*"
|
||||||
|
|||||||
Reference in New Issue
Block a user