mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-09-29 15:31:08 -04:00
28 lines
474 B
YAML
28 lines
474 B
YAML
language: node_js
|
|
nodejs:
|
|
- node
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
- .build-cache
|
|
|
|
matrix:
|
|
include:
|
|
- os: linux
|
|
sudo: false
|
|
addons:
|
|
apt:
|
|
packages: libgl1-mesa-dev
|
|
- os: osx
|
|
|
|
before_install:
|
|
- python setup/unix-ci.py install
|
|
- python setup/unix-ci.py bootstrap
|
|
|
|
script: python setup/unix-ci.py test
|
|
|
|
notifications:
|
|
email:
|
|
on_success: change
|
|
on_failure: change
|