mirror of
https://github.com/boostorg/bind.git
synced 2026-04-14 21:55:52 +02:00
Compare commits
1 Commits
feature/mo
...
boost-1.87
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
68a9e0db85 |
@@ -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 []) +
|
||||
|
||||
Reference in New Issue
Block a user