1
0
forked from boostorg/core

Compare commits

...

1 Commits

Author SHA1 Message Date
Peter Dimov
e3a2e88e4c Update .drone.jsonnet 2024-08-21 10:50:28 +03:00

View File

@@ -32,6 +32,8 @@ local linux_pipeline(name, image, environment, packages = "", sources = [], arch
commands:
[
'set -e',
'uname -a',
'echo $DRONE_STAGE_MACHINE',
'wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -',
] +
(if sources != [] then [ ('apt-add-repository "' + source + '"') for source in sources ] else []) +