1 Star 0 Fork 0

吴明蒲/systemd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
azure-pipelines.yml 437 Bytes
一键复制 编辑 原始数据 按行查看 历史
trigger:
- master
jobs:
- job: FuzzBuzz
displayName: FuzzBuzz
pool:
vmImage: 'ubuntu-latest'
steps:
- script: |
set -e
./travis-ci/managers/fuzzbuzz.sh
displayName: 'This is where it gets darker'
- job: ASan_UBSan
displayName: ASan_UBSan
pool:
vmImage: 'ubuntu-latest'
steps:
- script: |
set -e
sudo ./travis-ci/managers/xenial.sh
displayName: 'This is where it gets darker'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/wumingpu/systemd.git
[email protected]:wumingpu/systemd.git
wumingpu
systemd
systemd
master

搜索帮助