1 Star 0 Fork 1

liweishi12345/spice

forked from openKylin/spice 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
Frediano Ziglio 提交于 2020-03-17 17:03 . Remove Celt support
notifications:
email:
- spice-devel@lists.freedesktop.org
irc:
channels:
- "irc.gimp.net#spice"
on_success: change
on_failure: always
sudo: required
dist: trusty
language: c
compiler:
- clang
- gcc
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y automake autoconf pkg-config libglib2.0-dev libspice-protocol-dev libopus-dev libpixman-1-dev libasound2-dev libssl-dev libsasl2-dev libjpeg-dev libglib2.0-dev libnss3-dev asciidoc spice-client-gtk
install:
- pip install --user six pyparsing
- which python && python -c 'import six'
- wget http://www.spice-space.org/download/libcacard/libcacard-LATEST.tar.xz
- tar xf libcacard-LATEST.tar.xz
- cd libcacard-* && ./configure --prefix=/usr && make && sudo make install && cd -
- wget http://www.spice-space.org/download/releases/spice-protocol-0.12.10.tar.bz2
- tar xf spice-protocol-0.12.10.tar.bz2
- cd spice-protocol-0.12.10 && ./configure --prefix=/usr && make && sudo make install && cd -
script:
- ./autogen.sh --prefix=/usr && make all && make distcheck
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liweishi12345/spice.git
git@gitee.com:liweishi12345/spice.git
liweishi12345
spice
spice
mainline-next

搜索帮助