Skip to content

Commit 321d006

Browse files
abby-sergzxxxz
authored andcommitted
update CI configs to show warning about deprecated V8 API.
1 parent cb052e7 commit 321d006

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ env:
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

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install:
1818
environment:
1919
URL_PREFIX: https://v8.eyeofiles.com/v8-4fc9a2fe7f8a7ef1e7966185b39b3b541792669a/
2020
before_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"

0 commit comments

Comments
 (0)