Home
last modified time | relevance | path

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

/third_party/astc-encoder/jenkins/
Dbuild-image.sh2 ARTIFACTORY_URL=eu-west-1.artifactory.aws.arm.com
3 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 tmp
18 mkdir -p tmp
20 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 …]
/third_party/libinput/
D.gitlab-ci.yml9 # To change the gitlab CI, edit .gitlab-ci/ci.template and/or .gitlab-ci/config.yaml
10 # and run ci-fairy generate-template. For details, see
11 # https://freedesktop.pages.freedesktop.org/ci-templates/ci-fairy.html#templating-gitlab-ci-yml
14 # - we really want to run dnf/apt/... only once, updating on the test runner for
18 # This is handled by the ci-templates, ensuring containers are only rebuilt
21 # - GitLab only allows one script: set per job but we have a bunch of commands
22 # we need to re-run for each build (meson && ninja && etc). YAML cannot merge
27 # MESON_ARGS=-Denable-something=true
28 # NINJA_ARGS=dist ... to run 'ninja -C builddir dist'
35 # e.g. fedora:31@build-default
[all …]