Searched +full:build +full:- +full:no +full:- +full:tests +full:- +full:nodeps (Results 1 – 4 of 4) sorted by relevance
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 for16 # tested, then run the tests on this container image.18 # 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'[all …]
2 // Use of this source code is governed by a BSD-style license that can be34 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 …]
2 // Use of this source code is governed by a BSD-style license that can be36 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 …]
2 # 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+"$@"}, which24 alias -g '${1+"$@"}'='"$@"'27 case `(set -o) 2>/dev/null` in #(29 set -o posix ;; #([all …]