File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,18 +2,18 @@ language: c++
22matrix :
33 include :
44 - os : linux
5- arch : amd64
65 sudo : required
6+ env : V8_BUILD_ARCH=amd64
77 - os : linux
8- arch : armhf
98 sudo : required
9+ env : V8_BUILD_ARCH=armhf
1010 - os : osx
11- arch : amd64
11+ env : V8_BUILD_ARCH= amd64
1212env :
1313 global :
1414 - CCACHE_CPP2=yes
1515 - CCACHE_SLOPPINESS=time_macros
16- - V8_ARCHIVE_NAME=v8-${TRAVIS_OS_NAME}-${TRAVIS_ARCH_NAME }.tar.gz
16+ - V8_ARCHIVE_NAME=v8-${TRAVIS_OS_NAME}-${V8_BUILD_ARCH }.tar.gz
1717cache :
1818 ccache : true
1919if : tag IS present
@@ -54,7 +54,7 @@ install:
5454
5555script :
5656- cd v8
57- - gn gen out.gn/lib --args=''"$(cat ../args.${TRAVIS_OS_NAME}.${TRAVIS_ARCH_NAME }.gn)"''
57+ - gn gen out.gn/lib --args=''"$(cat ../args.${TRAVIS_OS_NAME}.${V8_BUILD_ARCH }.gn)"''
5858- ninja -C out.gn/lib v8_monolith
5959- cd ..
6060
You can’t perform that action at this time.
0 commit comments