-
Notifications
You must be signed in to change notification settings - Fork 237
/
rhobuild.yml.example
44 lines (40 loc) · 1.77 KB
/
rhobuild.yml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
env:
#app: C:/rhodes-app
paths:
java: C:/Program Files (x86)/Java/jdk1.8.0/bin
android: C:/PROGRA~2/Android/android-sdk
android-ndk: C:/PROGRA~2/Android/android-sdk/ndk/17.2.4988734
cabwiz: C:/Program Files (x86)/Windows Mobile 6 SDK/Tools/CabWiz
msbuild: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe
vcbuild: C:/Program Files (x86)/Microsoft Visual Studio 9.0/VC/vcpackages/vcbuild.exe
nsis: C:/Program Files (x86)/NSIS/makensis.exe
sailfish: C:/AuroraOS
vbox: C:/Program Files/Oracle/VirtualBox
build:
wmpath: platform/wm
linuxpath: platform/linux
wp8path: platform/wp8
uwppath: platform/uwp
androidpath: platform/android
iphonepath: platform/iphone
win32path: platform/qt
android:
# Google API key obtained from http://code.google.com/intl/en/android/add-ons/google-apis/mapkey.html
#apikey: "GOOGLE-API-KEY-FOR-ANDROID"
# This is version of Android platform used to run emulator. If not specified, latest available will be used.
#version: 1.6
# This enable/disable native geo mapping for Android. Disabled by default
#mapping: yes
# Here data for production certificate located. If file pointed by certificate: does not exist, it will be auto-generated
#production:
# certificate: /path/to/developer/certificate
# password: "password-for-certificate"
# alias: "certificate-alias"
# Logcat filter will be used if defined, more information at http://developer.android.com/tools/debugging/debugging-log.html#filteringOutput
# This setting will take effect only if not defined in application built.yml
#logcatFilter: APP:I dalvikvm:W System.err:W System.out:W StrictMode:I DEBUG:I *:E
excludedirs:
all:
- "**/.*.swo"
- "**/.*.swn"
- "**/.DS_Store"