2015-07-02 03:08:29 +00:00
|
|
|
git:
|
|
|
|
depth: 10
|
|
|
|
notifications:
|
|
|
|
email: false
|
|
|
|
|
2017-07-26 19:53:27 +00:00
|
|
|
before_install:
|
|
|
|
- export BOTO_CONFIG=/dev/null
|
2017-07-25 20:14:35 +00:00
|
|
|
|
2016-09-07 23:46:00 +00:00
|
|
|
language: node_js
|
|
|
|
node_js:
|
|
|
|
- "4"
|
2014-08-08 14:12:24 +00:00
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
- osx
|
2015-07-02 03:08:29 +00:00
|
|
|
env:
|
|
|
|
- TARGET_ARCH=x64
|
2016-09-07 23:46:00 +00:00
|
|
|
osx_image: xcode7.3
|
2014-05-05 20:37:28 +00:00
|
|
|
|
2015-07-02 03:08:29 +00:00
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- os: linux
|
|
|
|
env: TARGET_ARCH=arm
|
|
|
|
- os: linux
|
|
|
|
env: TARGET_ARCH=ia32
|
2017-08-08 06:25:44 +00:00
|
|
|
- os: linux
|
|
|
|
env: TARGET_ARCH=arm64
|
2015-07-06 06:39:40 +00:00
|
|
|
allow_failures:
|
2016-05-19 10:23:02 +00:00
|
|
|
- os: osx
|
2014-05-05 20:37:28 +00:00
|
|
|
|
|
|
|
script: './script/cibuild'
|
2015-08-04 12:27:17 +00:00
|
|
|
|
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|