Searched +full:cov +full:- +full:analysis +full:- +full:linux64 (Results 1 – 2 of 2) sorted by relevance
2 ARTIFACTORY_URL=eu-west-1.artifactory.aws.arm.com3 DOCKER_REGISTRY=mobile-studio--docker.${ARTIFACTORY_URL}8 if [[ -z "${ARTIFACTORY_CREDENTIALS}" ]]12 echo " export ARTIFACTORY_CREDENTIALS=my.name@arm.com:API-KEY"17 rm -fr tmp18 mkdir -p tmp20 echo "Get static analysis tools"21 curl -L --user ${ARTIFACTORY_CREDENTIALS} https://${ARTIFACTORY_URL}/artifactory/mobile-studio.tool…22 curl -L --user ${ARTIFACTORY_CREDENTIALS} https://${ARTIFACTORY_URL}/artifactory/mobile-studio.tool…25 docker build --progress=plain \[all …]
9 # To change the gitlab CI, edit .gitlab-ci/ci.template and/or .gitlab-ci/config.yaml10 # and run ci-fairy generate-template. For details, see11 # https://freedesktop.pages.freedesktop.org/ci-templates/ci-fairy.html#templating-gitlab-ci-yml14 # - we really want to run dnf/apt/... only once, updating on the test runner for18 # This is handled by the ci-templates, ensuring containers are only rebuilt21 # - GitLab only allows one script: set per job but we have a bunch of commands22 # we need to re-run for each build (meson && ninja && etc). YAML cannot merge27 # MESON_ARGS=-Denable-something=true28 # NINJA_ARGS=dist ... to run 'ninja -C builddir dist'35 # e.g. fedora:31@build-default[all …]