加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.appveyor.yml 881 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jérémie Dumas 提交于 2018-09-18 16:29 . Refactor (#26)
version: 0.1.{build}
image: Visual Studio 2015
environment:
matrix:
- CONDA_INSTALL_LOCN: C:\Miniconda36-x64
TARGET_ARCH: x64
ARCH: 64
GENERATOR: Visual Studio 14 2015 Win64
platform:
- x64
install:
- cmd: rmdir C:\cygwin /s /q
- cmd: call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
- cmd: conda.exe update --yes --quiet conda
- cmd: set PYTHONUNBUFFERED=1
- cmd: call %CONDA_INSTALL_LOCN%\Scripts\activate.bat
- cmd: conda.exe install conda-build --yes
- cmd: conda.exe config --set show_channel_urls true
- cmd: conda.exe config --remove channels defaults
- cmd: conda.exe config --add channels defaults
- cmd: conda.exe config --add channels conda-forge
build: off
test_script:
- cmd: conda.exe build .ci\conda
- cmd: mkdir dist
- cmd: copy %CONDA_INSTALL_LOCN%\conda-bld\win-%ARCH%\*.bz2 dist
artifacts:
- path: dist\*
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化