forked from open-watcom/open-watcom-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcovsc-pl.yml
47 lines (44 loc) · 1.16 KB
/
covsc-pl.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#
# Pipeline for Coverity Scan build and upload
#
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
variables:
owroot: $(Build.SourcesDirectory)
owobjdir: binbuild
owimage_lnx: 'ubuntu-latest'
owimage_nt: 'vs2017-win2016'
owimage_osx: 'macOS-latest'
owtools_lnx: GCC
owtools_nt: VISUALC
owtools_osx: CLANG
owscript_lnx: ci/buildx.sh
owscript_nt: ci\buildx.cmd
owscript_osx: ci/buildx.sh
owciroot_lnx: $(owroot)/ci
owciroot_nt: $(owroot)\ci
owciroot_osx: $(owroot)/ci
owcibin32: $(owciroot_nt)\nt386
owcibin64: $(owciroot_nt)\ntx64
stages:
- stage: start
displayName: "Start"
jobs:
- job: start
pool:
vmImage: $(owimage_lnx)
steps:
- checkout: none
- stage: scanlnx
displayName: "Coverity Scan Linux"
dependsOn:
- start
jobs:
- template: ci/coverity.yml
parameters:
arch: lnx
title: Coverity Scan Linux
#- template: ci/coverity.yml
# parameters:
# arch: nt
# title: Coverity Scan Windows