diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:13:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:13:49 +0000 |
commit | 8baa7ca015438565b630b2410ffb45ff6d5b7926 (patch) | |
tree | 6e571d8d0f6482e9b0d24cebac7c0d47c936238c /debian/salsa-ci.yml | |
parent | Adding upstream version 2.8.0+dfsg. (diff) | |
download | arm-trusted-firmware-8baa7ca015438565b630b2410ffb45ff6d5b7926.tar.xz arm-trusted-firmware-8baa7ca015438565b630b2410ffb45ff6d5b7926.zip |
Adding debian version 2.8.0+dfsg-1.debian/2.8.0+dfsg-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/salsa-ci.yml')
-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 |