1 Star 0 Fork 0

Hic/mpfr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitlab-ci.yml 298 Bytes
一键复制 编辑 原始数据 按行查看 历史
Paul Zimmermann 提交于 2023-10-02 12:28 . makeinfo is in package texinfo
linux_gmp:
stage: build
script:
- echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
- env DEBIAN_FRONTEND=noninteractive apt-get -y update
- env DEBIAN_FRONTEND=noninteractive apt-get -y install texinfo
- autoreconf -i
- ./configure
- make
- make check
tags:
- linux
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hic_0757/mpfr.git
[email protected]:hic_0757/mpfr.git
hic_0757
mpfr
mpfr
master

搜索帮助