mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
16 lines
250 B
YAML
16 lines
250 B
YAML
language: node_js
|
|
sudo: true
|
|
before_install:
|
|
- sudo apt-get install libgnome-keyring-dev
|
|
install:
|
|
- ./script/bootstrap
|
|
env:
|
|
- CXX=g++-4.8
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- ubuntu-toolchain-r-test
|
|
packages:
|
|
- g++-4.8
|
|
node_js:
|
|
- "0.10"
|