1 Star 0 Fork 0

OpenFDE/Waydroid_android_external_pulseaudio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitlab-ci.yml 585 Bytes
一键复制 编辑 原始数据 按行查看 历史
image: registry.freedesktop.org/pulseaudio/pulseaudio/ubuntu:18.04
build-autotools:
stage: build
script:
- export MAKEFLAGS="-j$(nproc)"
- NOCONFIGURE=1 ./bootstrap.sh
- mkdir build
- cd build
- ../configure --localstatedir=/var
- make
- make check
- make check-daemon
- ulimit -c 0 # don't dump core files on tests that are supposed to assert
- make distcheck
artifacts:
paths:
- build/
build-meson:
stage: build
script:
- meson build
- cd build
- ninja
- ninja test
artifacts:
paths:
- build/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openfde/waydroid_android_external_pulseaudio.git
git@gitee.com:openfde/waydroid_android_external_pulseaudio.git
openfde
waydroid_android_external_pulseaudio
Waydroid_android_external_pulseaudio
lineage-17.1

搜索帮助