mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
13 lines
150 B
YAML
13 lines
150 B
YAML
language: cpp
|
|
compiler: clang
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
notifications:
|
|
email:
|
|
on_success: never
|
|
on_failure: change
|
|
|
|
script: './script/cibuild'
|