3 Star 0 Fork 2

Gitee 极速下载 / QPanda-2-0

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/OriginQ/QPanda-2.0.git
克隆/下载
.travis.yml 499 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangjing 提交于 2023-03-01 20:06 . update 2.1.16
language: cpp
sudo: false
matrix:
include:
# works on Precise and Trusty
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-7
env:
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
addons:
apt:
packages:
- cmake
before_install:
- eval "${MATRIX_EVAL}"
before_script:
- cmake --version
- mkdir build
- cd build
- cmake . ${TRAVIS_BUILD_DIR}
- make clean
- make
script: echo ok
1
https://gitee.com/mirrors/QPanda-2-0.git
git@gitee.com:mirrors/QPanda-2-0.git
mirrors
QPanda-2-0
QPanda-2-0
master

搜索帮助