Home
last modified time | relevance | path

Searched +full:cov +full:- +full:analysis +full:- +full:linux64 (Results 1 – 2 of 2) sorted by relevance

/external/capstone/.github/workflows/
Dcoverity-scan.yml1 name: coverity-scan
4 - cron: '0 18 * * 1,4' # Bi-weekly at 18:00 UTC on Monday and Thursday
8 runs-on: ubuntu-latest
10 - uses: actions/checkout@v1
11 - name: Download Coverity Build Tool
13 …wget -q https://scan.coverity.com/download/cxx/linux64 --post-data "token=$TOKEN&project=capstone-
14 mkdir cov-analysis-linux64
15 tar xzf cov-analysis-linux64.tar.gz --strip 1 -C cov-analysis-linux64
19 - name: Fixed world writable dirs
21 chmod go-w $HOME
[all …]
/external/tpm2-tss/.ci/
Dtravis.run3 set -e
5 # if no DOCKER_TAG is set, warn and default to fedora-30
6 if [ -z "$DOCKER_TAG" ]; then
7 echo "WARN: DOCKER_TAG is not set, defaulting to fedora-30"
8 export DOCKER_TAG="fedora-30"
13 # We want those changes IN the docker image, so use the -v option to mount the
21 echo "Running non-coverity build"
23 ci_env=$(bash <(curl -s https://codecov.io/env))
24 docker run $ci_env --env-file .ci/docker.env \
25 -v "$(pwd):/workspace/tpm2-tss" "tpm2software/tpm2-tss:$DOCKER_TAG" \
[all …]