We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d910954 commit a90584aCopy full SHA for a90584a
.travis.yml
@@ -3,9 +3,11 @@ matrix:
3
include:
4
- os: linux
5
sudo: required
6
+ dist: xenial
7
env: V8_BUILD_ARCH=amd64
8
9
10
11
env: V8_BUILD_ARCH=armhf
12
- os: osx
13
@@ -33,6 +35,9 @@ addons:
33
35
- g++-5
34
36
- libatspi2.0-dev
37
- g++-arm-linux-gnueabihf
38
+ - gcc-arm-linux-gnueabihf
39
+ - g++-multilib-arm-linux-gnueabihf
40
+ - libc6-armhf-cross
41
42
43
install:
args.linux.armhf.gn
@@ -21,4 +21,6 @@ use_libfuzzer=false
21
v8_enable_test_features=""
22
use_glib=false
23
use_custom_libcxx=false
24
-use_custom_libcxx_for_host=false
+use_custom_libcxx_for_host=false
25
+v8_target_cpu = "arm"
26
+target_os = [ 'unix' ]
0 commit comments