6 Star 8 Fork 1

Gitee 极速下载/sonic-pi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/sonic-pi-net/sonic-pi
克隆/下载
.travis.yml 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
Sam Aaron 提交于 2020-06-04 06:36 +08:00 . CI - bump Ruby versions to test against
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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/mirrors/sonic-pi.git
git@gitee.com:mirrors/sonic-pi.git
mirrors
sonic-pi
sonic-pi
dev

搜索帮助