Searched +full:cov +full:- +full:analysis +full:- +full:linux64 (Results 1 – 2 of 2) sorted by relevance
1 name: coverity-scan4 - cron: '0 18 * * 1,4' # Bi-weekly at 18:00 UTC on Monday and Thursday8 runs-on: ubuntu-latest10 - uses: actions/checkout@v111 - name: Download Coverity Build Tool13 …wget -q https://scan.coverity.com/download/cxx/linux64 --post-data "token=$TOKEN&project=capstone-…14 mkdir cov-analysis-linux6415 tar xzf cov-analysis-linux64.tar.gz --strip 1 -C cov-analysis-linux6419 - name: Fixed world writable dirs21 chmod go-w $HOME[all …]
3 set -e5 # if no DOCKER_TAG is set, warn and default to fedora-306 if [ -z "$DOCKER_TAG" ]; then7 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 the21 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 …]