diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 17:43:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 17:43:52 +0000 |
commit | 1ba130174a5ead2d139cbabd2e29985fcfa09eb1 (patch) | |
tree | 945250739a462b87c7b0e0f6aa4aabc135b8f9aa /debian/salsa-ci.yml | |
parent | Adding upstream version 2.10.0+dfsg. (diff) | |
download | arm-trusted-firmware-1ba130174a5ead2d139cbabd2e29985fcfa09eb1.tar.xz arm-trusted-firmware-1ba130174a5ead2d139cbabd2e29985fcfa09eb1.zip |
Adding debian version 2.10.0+dfsg-1.debian/2.10.0+dfsg-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/salsa-ci.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml new file mode 100644 index 0000000..5e62779 --- /dev/null +++ b/debian/salsa-ci.yml @@ -0,0 +1,12 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml + +variables: + # no autopkgtest tests + SALSA_CI_DISABLE_AUTOPKGTEST: 1 + # No arch:all packages + SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 1 + +test-crossbuild-arm64: + allow_failure: false |