Add a reliable version and integrate libsonnet definition
This commit is contained in:
parent
3516e4fd61
commit
b5e1a12f60
6 changed files with 495 additions and 220 deletions
9
.drone.windows.jsonnet
Normal file
9
.drone.windows.jsonnet
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
local pipeline = import 'pipeline.libsonnet';
|
||||
local name = 'drone-hugo';
|
||||
|
||||
[
|
||||
pipeline.test('windows', 'amd64', '1803'),
|
||||
pipeline.build(name, 'windows', 'amd64', '1803'),
|
||||
pipeline.build(name, 'windows', 'amd64', '1809'),
|
||||
pipeline.notifications('windows', 'amd64', '1809', ['windows-1803', 'windows-1809']),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue