mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
24 lines
293 B
YAML
24 lines
293 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- "6"
|
|
|
|
env:
|
|
- CXX=g++-4.8
|
|
|
|
dist: trusty
|
|
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- ubuntu-toolchain-r-test
|
|
packages:
|
|
- g++-4.8
|
|
|
|
install:
|
|
- make
|
|
|
|
script:
|
|
- make ci-test
|
|
- 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
|