代码拉取完成,页面将自动刷新
language: ruby
os: linux
sudo: required
dist: trusty
addons:
apt:
update: true
sources:
- sourceline: 'ppa:latthias/qgis-travis-deps'
packages:
- ruby-all-dev
- rake
- cmake
- pkg-config
- g++
- libfftw3-dev
- libffi-dev
- libqt5scintilla2-dev
- qtbase5-dev
- qttools5-dev
- qttools5-dev-tools
- qt5-default
- libqt5opengl5-dev
- libqt5svg5-dev
- libboost-all-dev
compiler: gcc
cache:
- apt
- ccache
rvm:
- 2.4.10
- 2.5.8
- 2.6.6
- 2.7.1
before_install:
- wget http://aubio.org/pub/aubio-0.4.4.tar.bz2
- tar xvjf aubio-0.4.4.tar.bz2
- cd aubio-0.4.4
- ./waf configure build
- sudo ./waf install
script:
- set -e
# the | starts a multiline YAML entry
- |
# this compiles the gems and runs the Sonic Pi test suite with the ruby installed through Travis's rvm
echo ""
echo "***********************************"
echo "* Compiling the vendor/ ruby gems *"
echo "***********************************"
cd $TRAVIS_BUILD_DIR/app/server/ruby/bin
ruby ./compile-extensions.rb
echo ""
echo "***********************************"
echo "* Running the Sonic Pi test suite *"
echo "***********************************"
cd $TRAVIS_BUILD_DIR/app/server/ruby/test
rake test
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。