mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-23 22:06:12 +03:00
Add arm_cortex-a9 build
This commit is contained in:
parent
6da2dce0a5
commit
047a828dd9
@ -56,6 +56,15 @@ matrix:
|
||||
use_allocator="none" use_allocator_shim=false
|
||||
custom_toolchain="//build/toolchain/linux:clang_arm_openwrt"'
|
||||
OPENWRT_FLAGS='arch=arm_cortex-a15_neon-vfpv4 release=19.07.3 gcc_ver=7.5.0 target=ipq806x subtarget=generic abi=musl_eabi'
|
||||
- name: "openwrt-arm_cortex-a9"
|
||||
os: linux
|
||||
dist: bionic
|
||||
env: EXTRA_FLAGS='
|
||||
target_cpu="arm"
|
||||
arm_version=0 arm_cpu="cortex-a9" arm_float_abi="soft" arm_use_neon=false
|
||||
use_allocator="none" use_allocator_shim=false
|
||||
custom_toolchain="//build/toolchain/linux:clang_arm_openwrt"'
|
||||
OPENWRT_FLAGS='arch=arm_cortex-a9 release=19.07.3 gcc_ver=7.5.0 target=bcm53xx subtarget=generic abi=musl_eabi'
|
||||
- name: "osx"
|
||||
os: osx
|
||||
osx_image: xcode11.3
|
||||
|
Loading…
Reference in New Issue
Block a user