File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 global :
2525 - URL_PREFIX=https://v8.eyeofiles.com/v8-4fc9a2fe7f8a7ef1e7966185b39b3b541792669a/
2626 - ANDROID_NDK_ROOT=${TRAVIS_BUILD_DIR}/third_party/android-ndk-r16b
27+ - libv8_show_warnings="true"
2728 matrix :
2829 - BUILD_ACTION=test
2930 - BUILD_ACTION=all TARGET_OS=android Configuration=release ABP_TARGET_ARCH=arm
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ install:
1818environment :
1919 URL_PREFIX : https://v8.eyeofiles.com/v8-4fc9a2fe7f8a7ef1e7966185b39b3b541792669a/
2020before_build :
21- - cmd : set "GYP_DEFINES=libv8_include_dir=third_party/prebuilt-v8/include libv8_lib_dir=../../third_party/prebuilt-v8"
21+ - cmd : set "GYP_DEFINES=libv8_include_dir=third_party/prebuilt-v8/include libv8_lib_dir=../../third_party/prebuilt-v8 libv8_show_warnings=\"true\" "
2222- cmd : createsolution.bat
2323- cmd : >-
2424 if "%Platform%"=="Win32" set arch="ia32"
You can’t perform that action at this time.
0 commit comments