Home
last modified time | relevance | path

Searched +full:build +full:- +full:no +full:- +full:tests +full:- +full:nodeps (Results 1 – 4 of 4) 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
16 # tested, then run the tests on this container image.
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'
[all …]
/third_party/skia/infra/bots/gen_tasks_logic/
Dgen_tasks_logic.go2 // Use of this source code is governed by a BSD-style license that can be
34 CAS_LOTTIE_CI = "lottie-ci"
35 CAS_LOTTIE_WEB = "lottie-web"
39 CAS_RUN_RECIPE = "run-recipe"
41 CAS_RECREATE_SKPS = "recreate-skps"
42 CAS_SKOTTIE_WASM = "skottie-wasm"
44 CAS_TASK_DRIVERS = "task-drivers"
46 CAS_WASM_GM = "wasm-gm"
47 CAS_WHOLE_REPO = "whole-repo"
49 BUILD_TASK_DRIVERS_PREFIX = "Housekeeper-PerCommit-BuildTaskDrivers"
[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 …]
/third_party/lame/
Dconfigure2 # Guess values for system-dependent variables and create Makefiles.
5 # Report bugs to <lame-dev@lists.sf.net>.
8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
13 ## -------------------- ##
15 ## -------------------- ##
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in #(
29 set -o posix ;; #(
[all …]