Build script for Android, Countries list.
This commit is contained in:
parent
fd1bbfc9bd
commit
2d69679c2e
2 changed files with 14 additions and 8 deletions
6
builder/wikivoyage/build-with-android.sh
Executable file
6
builder/wikivoyage/build-with-android.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e -u -x
|
||||
|
||||
MY_PATH=`dirname $0`
|
||||
MYSQL_BINARY=mysql MYSQL_USER=root MYSQL_DATABASE=wikivoyage_build BIN=$MY_PATH make -f $MY_PATH/wikivoyage.mk make_android
|
|
@ -1,12 +1,12 @@
|
|||
Hawaii
|
||||
France
|
||||
Germany
|
||||
Greece
|
||||
United_Kingdom
|
||||
Italy
|
||||
Japan
|
||||
Germany
|
||||
France
|
||||
Russia
|
||||
Spain
|
||||
Switzerland
|
||||
Greece
|
||||
Turkey
|
||||
United_Kingdom
|
||||
United_States_of_America
|
||||
Switzerland
|
||||
Japan
|
||||
California
|
||||
Hawaii
|
||||
|
|
Reference in a new issue