2015-07-02 06:08:29 +03:00
|
|
|
git:
|
|
|
|
depth: 10
|
|
|
|
notifications:
|
|
|
|
email: false
|
|
|
|
|
2014-08-08 18:12:24 +04:00
|
|
|
language: cpp
|
2014-08-09 05:22:06 +04:00
|
|
|
compiler: clang
|
2014-08-08 18:12:24 +04:00
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
- osx
|
2015-07-02 06:08:29 +03:00
|
|
|
env:
|
|
|
|
- TARGET_ARCH=x64
|
2015-10-06 23:34:20 +03:00
|
|
|
osx_image: xcode7
|
2014-05-06 00:37:28 +04:00
|
|
|
|
2015-07-02 06:08:29 +03:00
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- os: linux
|
|
|
|
env: TARGET_ARCH=arm
|
|
|
|
- os: linux
|
|
|
|
env: TARGET_ARCH=ia32
|
2015-07-06 09:39:40 +03:00
|
|
|
allow_failures:
|
|
|
|
- env: TARGET_ARCH=arm
|
|
|
|
- env: TARGET_ARCH=ia32
|
2014-05-06 00:37:28 +04:00
|
|
|
|
|
|
|
script: './script/cibuild'
|
2015-08-04 15:27:17 +03:00
|
|
|
|
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|