Home
last modified time | relevance | path

Searched +full:build +full:- +full:no +full:- +full:docs +full:- +full:nodeps (Results 1 – 3 of 3) sorted by relevance

/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 …]
/third_party/skia/infra/bots/recipe_modules/build/
Ddefault.py2 # Use of this source code is governed by a BSD-style license that can be
10 api.run(api.python, 'build command_buffer',
13 '--chrome-dir', chrome_dir,
14 '--output-dir', out,
15 '--extra-gn-args', 'mac_sdk_min="10.13"',
16 '--no-sync', '--no-hooks', '--make-output-dir'])
20 """Build SwiftShader with CMake.
31 '-DSWIFTSHADER_BUILD_TESTS=OFF',
32 '-DSWIFTSHADER_WARNINGS_AS_ERRORS=OFF',
33 '-DREACTOR_ENABLE_MEMORY_SANITIZER_INSTRUMENTATION=OFF', # Way too slow.
[all …]
/third_party/skia/m133/infra/bots/gen_tasks_logic/
Dgen_tasks_logic.go2 // Use of this source code is governed by a BSD-style license that can be
36 CAS_LOTTIE_CI = "lottie-ci"
37 CAS_LOTTIE_WEB = "lottie-web"
41 CAS_RUN_RECIPE = "run-recipe"
43 CAS_RECREATE_SKPS = "recreate-skps"
44 CAS_SKOTTIE_WASM = "skottie-wasm"
45 CAS_TASK_DRIVERS = "task-drivers"
47 CAS_WASM_GM = "wasm-gm"
48 CAS_WHOLE_REPO = "whole-repo"
50 BUILD_TASK_DRIVERS_PREFIX = "Housekeeper-PerCommit-BuildTaskDrivers"
[all …]