1 Star 0 Fork 0

sim_ple/linuxdeployqt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 559 Bytes
一键复制 编辑 原始数据 按行查看 历史
# This container amins to offer a testing environment similar to the one we are
# creating in travis-ci so we can easily reproduce issues detected on our CI
# locally
#
# To use it, simply execute the container like this:
# docker run --rm -ti --privileged -v /path/to/linuxdeployqt:/linuxdeployqt bash
# and then execute tests/tests-ci.sh
FROM ubuntu:trusty
RUN apt-get update && apt-get -y install software-properties-common wget build-essential \
autoconf git fuse libgl1-mesa-dev psmisc
COPY tests/tests-environment.sh /
RUN /tests-environment.sh
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dhz120/linuxdeployqt.git
git@gitee.com:dhz120/linuxdeployqt.git
dhz120
linuxdeployqt
linuxdeployqt
master

搜索帮助