gpt4 book ai didi

Travis CI 上的 git、devscripts、debhelper

转载 作者:太空狗 更新时间:2023-10-29 14:08:32 24 4
gpt4 key购买 nike

我正在编写一个我想在 Travis CI 上测试的工具。

我可以假设包

  • 开发脚本
  • debhelper
  • git 核心

存在于我的测试将运行的 CI 环境中?

老实说,我实际上只需要 dchgit

just looked in thier cookbooks他们似乎没有我需要的东西。

有什么办法可以在 CI 环境上得到我需要的东西吗?

可以I install the packages automatically through travis.yml不知何故?

谢谢

最佳答案

我在 yaml 中使用 before_install 解决了问题。这让我可以指定任何我想运行的命令,所以我基本上是这样做的:

language: perl
perl:
- "5.16"
- "5.14"
- "5.12"
- "5.10"


before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libjson-xs-perl devscripts git-core debhelper
- git config --global user.email "test@test.com"
- git config --global user.name "Mr Test"

关于Travis CI 上的 git、devscripts、debhelper,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14918103/

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