gpt4 book ai didi

linux - AppVeyor - Ubuntu 未被识别为图像

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:44:38 27 4
gpt4 key购买 nike

我设法让 AppVeyor 构建我的项目并将其部署到 Windows,但现在我也想让它为 Linux 构建。当我将 Ubuntu 添加到图像部分时,我得到一个错误,它没有被识别并且构建失败。在网站上的设置中,Ubuntu 不是一个选项,唯一的选项是 Visual Studio 的版本。我错过了什么吗?我在在线验证工具中测试了我的 appveyor.yml 文件,它确认它是正确的。

这是我正在使用的 yml 文件:

version: 1.0.{build}
image:
- Visual Studio 2017
- Ubuntu

configuration:
- Release

cache:
- build/lib -> appveyor.yml

before_build:
- cmd: >-
git submodule update --init --recursive

if not exist build\ mkdir build

cd build

cmake -G "Visual Studio 15 2017 Win64" ../

- sh: git submodule update --init --recursive
- sh: mkdir build
- sh: cd build
- sh: cmake -G "Unix Makefiles"

build:
project: "build/Games_Engineering.sln"
parallel: true
verbosity: minimal

after_build:
- cmd: >-
7z a game.zip %APPVEYOR_BUILD_FOLDER%/build/bin/%CONFIGURATION%/Coursework.exe %APPVEYOR_BUILD_FOLDER%/build/bin/%CONFIGURATION%/*.dll %APPVEYOR_BUILD_FOLDER%/build/bin/%CONFIGURATION%/res

artifacts:
- path: build/*.zip
name: Game_zip

deploy:
description: 'Game package'
provider: GitHub
on:
appveyor_repo_tag: true
CONFIGURATION: Release
auth_token:
secure: gaNPfzFDf02yceIPsb+6lUEf/YfexgCZr7tOGgLybABn/2LdEaMLymgfZLgdUivC
artifact: Game_zip
prerelease: true

我得到的错误是:无法设置构建作业“图像:Ubuntu”:找不到构建工作图像:Ubuntu

最佳答案

适用于 Linux 的 AppVeyor 目前处于私有(private)测试阶段。请发送电子邮件至 appveyor dot com 团队(不要忘记提及您的 AppVeyor 帐户),我们将为您启用它。

更多细节是here .

关于linux - AppVeyor - Ubuntu 未被识别为图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49567956/

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