gpt4 book ai didi

python - GitLab CI 为 Python 共享 Windows 运行器

转载 作者:行者123 更新时间:2023-12-01 21:37:22 25 4
gpt4 key购买 nike

我在 GitLab 中有一个 python 项目仓库。我看到 GitLab 已经共享了可用的测试版 Windows runner(参见 this 帖子)。

我想知道在 Windows 共享运行器上是否有用于 python 的标准 gitlab-ci.yml?如果是这样,因为这仍然是测试版,我很好奇这有多稳定?对于那些使用过这个并且有 AppVeyor 经验的人,我是用 AppVeyor 还是这个更好?

谢谢!

最佳答案

您可以使用此代码段:

my_win_job:
before_script:
# https://gitlab.com/gitlab-org/ci-cd/shared-runners/images/gcp/windows-containers/-/issues/13
- Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
- choco install python3 --version=$PYTHON_VERSION --yes --force --no-progress
- refreshenv
script:
- python -V
- python -m pip install -U pip wheel
variables:
PYTHON_VERSION: "3.9"
tags:
- windows

关于python - GitLab CI 为 Python 共享 Windows 运行器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61791108/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com