4 Star 15 Fork 2

Gitee 极速下载 / procmon-for-linux

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/microsoft/ProcMon-for-Linux
克隆/下载
azure-pipelines.yaml 720 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mario Hewardt 提交于 2024-04-09 16:28 . Update build dependencies (#105)
# Azure build pipelines for Procmon-for-Linux
trigger:
branches:
include:
- release/*
- main
exclude:
- dev/*
- test/*
pr:
- main
stages:
- stage: "Build"
jobs:
- job: "Build_Procmon"
pool:
vmImage: "ubuntu-20.04"
steps:
- script: |
clang --version
clang++ --version
gcc --version
displayName: 'List compiler versions'
- script: |
export LLVM_LIBRARY_DIRS=/usr/lib/llvm-6.0/lib
chmod +x .container/install-ubuntu-dependencies.sh
.container/install-ubuntu-dependencies.sh
displayName: "Install pre-reqs for Ubuntu"
- template: templates/build.yaml
C/C++
1
https://gitee.com/mirrors/procmon-for-linux.git
git@gitee.com:mirrors/procmon-for-linux.git
mirrors
procmon-for-linux
procmon-for-linux
main

搜索帮助