1 Star 1 Fork 0

李华 / probreg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
nekanat 提交于 2019-05-24 23:14 . ver 0.1.0
image: Visual Studio 2017
platform: x64
clone_script:
- cmd: >-
git clone -q --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%
&& cd %APPVEYOR_BUILD_FOLDER%
&& git checkout -qf %APPVEYOR_REPO_COMMIT%
&& git submodule update --init --recursive
environment:
global:
DISTUTILS_USE_SDK: 1
MSSdk: 1
matrix:
- PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7"
CPP: 14
CONFIG: Release
- PYTHON: "C:\\Python36"
PYTHON_VERSION: "3.6"
CPP: 14
CONFIG: Release
install:
- ps: "ls \"C:/\""
- cmd: '"%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" %PLATFORM%'
- ps: |
if ($env:PLATFORM -eq "x64") { $env:PYTHON = "$env:PYTHON-x64" }
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "python --version"
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
- "python -m pip install --upgrade pip setuptools"
- "pip install pipenv"
build_script:
# Build the compiled extension
- "pipenv install --dev"
- "pipenv run pip install -e ."
test_script:
- "pipenv run python -m unittest discover"
1
https://gitee.com/li59135016_admin/probreg.git
git@gitee.com:li59135016_admin/probreg.git
li59135016_admin
probreg
probreg
master

搜索帮助