1 Star 0 Fork 0

开源项目 / cadquery

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 1.48 KB
一键复制 编辑 原始数据 按行查看 历史
AU 提交于 2023-12-17 19:45 . OCP 7.7.2 (#1440)
shallow_clone: true
platform:
- x64
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
MINICONDA_DIRNAME: C:\Miniforge
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2204
OS: Linux
- APPVEYOR_BUILD_WORKER_IMAGE: macOS
OS: MacOSX
ANACONDA_TOKEN:
secure: $(anaconda_token)
init:
- cmd: curl -fsSLo Miniforge.exe https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Windows-x86_64.exe
- cmd: Miniforge.exe /InstallationType=JustMe /RegisterPython=0 /S /D=%MINICONDA_DIRNAME%
- cmd: set "PATH=%MINICONDA_DIRNAME%;%MINICONDA_DIRNAME%\\Scripts;%PATH%"
- cmd: activate
- sh: curl -sL https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$OS-x86_64.sh > miniconda.sh
- sh: bash miniconda.sh -b -p $HOME/miniconda;
- sh: export PATH="$HOME/miniconda/bin:$HOME/miniconda/lib:$PATH";
- sh: source $HOME/miniconda/bin/activate
install:
- mamba env create -f environment.yml
- conda activate cadquery
build: false
test_script:
- black . --diff --check
- mypy cadquery
- pytest -v --cov
on_success:
- codecov
#on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
# - sh: export APPVEYOR_SSH_BLOCK=true
# - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e -
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/openstudy123/cadquery.git
git@gitee.com:openstudy123/cadquery.git
openstudy123
cadquery
cadquery
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891