提交 b3f68a5d 编写于 作者: J Joao Moreno

OS X Travis CI

上级 4b8ad58c
sudo: false
language: node_js
language: cpp
node_js:
- "0.12"
os:
- linux
- osx
addons:
apt:
......@@ -17,7 +18,16 @@ addons:
- libgtk2.0-0
before_install:
- export CXX="g++-4.9" CC="gcc-4.9"
- git submodule update --init --recursive
- git clone https://github.com/creationix/nvm.git ./.nvm
- source ./.nvm/nvm.sh
- nvm install 0.12
- nvm use 0.12
- npm config set python `which python`
- npm install -g gulp
- if [ $TRAVIS_OS_NAME == "linux" ]; then
export CXX="g++-4.9" CC="gcc-4.9";
fi
install:
- ./scripts/npm.sh install
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册