зеркало из https://github.com/electron/electron.git
30 строки
383 B
YAML
30 строки
383 B
YAML
git:
|
|
depth: 10
|
|
notifications:
|
|
email: false
|
|
|
|
language: cpp
|
|
compiler: clang
|
|
os:
|
|
- linux
|
|
- osx
|
|
env:
|
|
- TARGET_ARCH=x64
|
|
osx_image: xcode7
|
|
|
|
matrix:
|
|
include:
|
|
- os: linux
|
|
env: TARGET_ARCH=arm
|
|
- os: linux
|
|
env: TARGET_ARCH=ia32
|
|
allow_failures:
|
|
- env: TARGET_ARCH=arm
|
|
- env: TARGET_ARCH=ia32
|
|
|
|
script: './script/cibuild'
|
|
|
|
branches:
|
|
only:
|
|
- master
|