sh StriderCD配置。为最新版本构建所有软件包以获得稳定和仅赢

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh StriderCD配置。为最新版本构建所有软件包以获得稳定和仅赢相关的知识,希望对你有一定的参考价值。

version=`python setup.py --version`
export EMBED_FAM_AGENT=yes
hosts="windows"
pkg_types="msi"
fab clone_fam

if [[ version -eq "3.10" ]]; then

  fab -H root@centos-5,root@centos-5-32 -P build_rpm_deps --colorize-errors --ssh-config-path=/root/.ssh/config --user=root
  hosts="$hosts,root@ubuntu-1004,root@ubuntu-1004-32,root@centos-5,root@centos-5-32"
  pkg_types="$pkg_types_deb_rpm"
  
fi

fab -H $hosts  -P build_binary --colorize-errors --ssh-config-path=/root/.ssh/config --user=root
fab -H ubuntu-1204 build_nsis --colorize-errors --ssh-config-path=/root/.ssh/config --user=root
fab publish_binary:pkg_types=$pkg_types

以上是关于sh StriderCD配置。为最新版本构建所有软件包以获得稳定和仅赢的主要内容,如果未能解决你的问题,请参考以下文章

力软快速开发框架最新版说明及源码(多语言版本)

sh 获取最新版本的opencv以及构建和安装它的说明。从http://docs.opencv.org/trunk/d7/获取的一些说明

正确构建适用于所有 Android 架构的 FFmpeg

在 TFS 构建配置上缺少 Visual Studio 的最新版本 2019 [重复]

Apache - 我如何将单个和/或所有模块构建为共享模块

sh 使用最新的OpenSSL for RaspberryPi获取,构建和安装最新的nginx